Shades of Lavender Grey #AFA8E6
Tints of Lavender Grey #AFA8E6
RGB
CMYK
RGB Variations
Color information
#AFA8E6 (or 0xAFA8E6) is known color: Lavender Grey. HEX triplet: AF, A8 and E6. RGB value is (175,168,230). Sum of RGB (Red+Green+Blue) = 175+168+230=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFA8E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA8E6 is #505719. Grayscale: #B0B0B0. Windows color (decimal): -5265178 or 15116463. OLE color: 15116463.
HSL color Cylindrical-coordinate representation of color #AFA8E6: hue angle of 246.77º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFA8E6 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 168 | 230 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.10 |
| HSL | 246.77º | 0.55% | 0.78% | - |
| HSV(B) | 246.77º | 0.27% | 0.9% | - |
| XYZ | 45.96 | 42.83 | 80.71 | - |
| YUV | 177.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 230 | 0.24 | 0.27 | 0 | 0.10 | 246.77 | 0.55 | 0.78 |
| Hex | AF | A8 | E6 | 18 | 1B | 0 | A | F7 | 37 | 4E |
| Octal | 257 | 250 | 346 | 30 | 33 | 0 | 12 | 367 | 67 | 116 |
| Binary | 10101111 | 10101000 | 11100110 | 11000 | 11011 | 0 | 1010 | 11110111 | 110111 | 1001110 |
Color Harmonies of #AFA8E6
Complementary color
Monochromatic Colors of #AFA8E6
Black with #AFA8E6
Text Example
Text Example
White with #AFA8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA8E6; }
p { color: rgb(175,168,230); }
H1.HeaderClassName
{
color: #AFA8E6;
}
.AnyTagClassName
{
color: #AFA8E6;
}
</style>
background-color css
<style>
a { background-color: #AFA8E6; }
a { background-color: rgb(175,168,230); }
div.DivClassName
{
background-color: #AFA8E6;
}
.BgClassName
{
background-color: #AFA8E6;
}
</style>
border-color css
<style>
span { border-color: #AFA8E6; }
span { border-color: rgb(175,168,230); }
td.TdClassName
{
border-color: #AFA8E6;
}
.TagClassName
{
border-color: #AFA8E6;
}
</style>