Random Color Generator

#af7a8d Color

Color Codes
Hex Code #af7a8d
RGB Code rgb(175, 122, 141)
HSL Code hsl(338, 25%, 58%)

#af7a8d Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(175, 122, 141);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(338, 25%, 58%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #af7a8d

RGB Code Hex Code Preview
rgb(175, 122, 141, 10%) #af7a8d1a  
rgb(175, 122, 141, 20%) #af7a8d33  
rgb(175, 122, 141, 40%) #af7a8d4C  
rgb(175, 122, 141, 60%) #af7a8d99  
rgb(175, 122, 141, 80%) #af7a8dCC  
rgb(175, 122, 141, 100%) #af7a8dFF  

Saturated and desaturated colors of #af7a8d

HSL Code Preview
hsl(338, 10%, 58%)  
hsl(338, 20%, 58%)  
hsl(338, 40%, 58%)  
hsl(338, 60%, 58%)  
hsl(338, 80%, 58%)  
hsl(338, 100%, 58%)  

#af7a8d Color Usage In CSS

 body {
    color: #af7a8d;
    }
 p {
    color: rgb(175, 122, 141);
    }
 header {
    border-bottom:1px solid #af7a8d;
    }
Recent Random Colors