Shades of Lavender Grey #AFACE0
Tints of Lavender Grey #AFACE0
RGB
CMYK
RGB Variations
Color information
#AFACE0 (or 0xAFACE0) is known color: Lavender Grey. HEX triplet: AF, AC and E0. RGB value is (175,172,224). Sum of RGB (Red+Green+Blue) = 175+172+224=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACE0 is #50531F. Grayscale: #B2B2B2. Windows color (decimal): -5264160 or 14724271. OLE color: 14724271.
HSL color Cylindrical-coordinate representation of color #AFACE0: hue angle of 243.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFACE0 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 172 | 224 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.12 |
| HSL | 243.46º | 0.46% | 0.78% | - |
| HSV(B) | 243.46º | 0.23% | 0.88% | - |
| XYZ | 45.89 | 44 | 76.6 | - |
| YUV | 178.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 224 | 0.22 | 0.23 | 0 | 0.12 | 243.46 | 0.46 | 0.78 |
| Hex | AF | AC | E0 | 16 | 17 | 0 | C | F3 | 2E | 4E |
| Octal | 257 | 254 | 340 | 26 | 27 | 0 | 14 | 363 | 56 | 116 |
| Binary | 10101111 | 10101100 | 11100000 | 10110 | 10111 | 0 | 1100 | 11110011 | 101110 | 1001110 |
Color Harmonies of #AFACE0
Complementary color
Monochromatic Colors of #AFACE0
Black with #AFACE0
Text Example
Text Example
White with #AFACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACE0; }
p { color: rgb(175,172,224); }
H1.HeaderClassName
{
color: #AFACE0;
}
.AnyTagClassName
{
color: #AFACE0;
}
</style>
background-color css
<style>
a { background-color: #AFACE0; }
a { background-color: rgb(175,172,224); }
div.DivClassName
{
background-color: #AFACE0;
}
.BgClassName
{
background-color: #AFACE0;
}
</style>
border-color css
<style>
span { border-color: #AFACE0; }
span { border-color: rgb(175,172,224); }
td.TdClassName
{
border-color: #AFACE0;
}
.TagClassName
{
border-color: #AFACE0;
}
</style>