Shades of Lavender Grey #AFACDF
Tints of Lavender Grey #AFACDF
RGB
CMYK
RGB Variations
Color information
#AFACDF (or 0xAFACDF) is known color: Lavender Grey. HEX triplet: AF, AC and DF. RGB value is (175,172,223). Sum of RGB (Red+Green+Blue) = 175+172+223=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACDF is #505320. Grayscale: #B2B2B2. Windows color (decimal): -5264161 or 14658735. OLE color: 14658735.
HSL color Cylindrical-coordinate representation of color #AFACDF: hue angle of 243.53º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFACDF is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 172 | 223 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.13 |
| HSL | 243.53º | 0.44% | 0.77% | - |
| HSV(B) | 243.53º | 0.23% | 0.87% | - |
| XYZ | 45.75 | 43.95 | 75.88 | - |
| YUV | 178.71 | 152.99 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 223 | 0.22 | 0.23 | 0 | 0.13 | 243.53 | 0.44 | 0.77 |
| Hex | AF | AC | DF | 16 | 17 | 0 | D | F4 | 2C | 4D |
| Octal | 257 | 254 | 337 | 26 | 27 | 0 | 15 | 364 | 54 | 115 |
| Binary | 10101111 | 10101100 | 11011111 | 10110 | 10111 | 0 | 1101 | 11110100 | 101100 | 1001101 |
Color Harmonies of #AFACDF
Complementary color
Monochromatic Colors of #AFACDF
Black with #AFACDF
Text Example
Text Example
White with #AFACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACDF; }
p { color: rgb(175,172,223); }
H1.HeaderClassName
{
color: #AFACDF;
}
.AnyTagClassName
{
color: #AFACDF;
}
</style>
background-color css
<style>
a { background-color: #AFACDF; }
a { background-color: rgb(175,172,223); }
div.DivClassName
{
background-color: #AFACDF;
}
.BgClassName
{
background-color: #AFACDF;
}
</style>
border-color css
<style>
span { border-color: #AFACDF; }
span { border-color: rgb(175,172,223); }
td.TdClassName
{
border-color: #AFACDF;
}
.TagClassName
{
border-color: #AFACDF;
}
</style>