Shades of Lavender Grey #AFACE7
Tints of Lavender Grey #AFACE7
RGB
CMYK
RGB Variations
Color information
#AFACE7 (or 0xAFACE7) is known color: Lavender Grey. HEX triplet: AF, AC and E7. RGB value is (175,172,231). Sum of RGB (Red+Green+Blue) = 175+172+231=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 231 - color contains mainly: blue. Hex color #AFACE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACE7 is #505318. Grayscale: #B3B3B3. Windows color (decimal): -5264153 or 15183023. OLE color: 15183023.
HSL color Cylindrical-coordinate representation of color #AFACE7: hue angle of 243.05º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFACE7 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 172 | 231 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.09 |
| HSL | 243.05º | 0.55% | 0.79% | - |
| HSV(B) | 243.05º | 0.26% | 0.91% | - |
| XYZ | 46.86 | 44.39 | 81.7 | - |
| YUV | 179.62 | 156.99 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 231 | 0.24 | 0.26 | 0 | 0.09 | 243.05 | 0.55 | 0.79 |
| Hex | AF | AC | E7 | 18 | 1A | 0 | 9 | F3 | 37 | 4F |
| Octal | 257 | 254 | 347 | 30 | 32 | 0 | 11 | 363 | 67 | 117 |
| Binary | 10101111 | 10101100 | 11100111 | 11000 | 11010 | 0 | 1001 | 11110011 | 110111 | 1001111 |
Color Harmonies of #AFACE7
Complementary color
Monochromatic Colors of #AFACE7
Black with #AFACE7
Text Example
Text Example
White with #AFACE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACE7; }
p { color: rgb(175,172,231); }
H1.HeaderClassName
{
color: #AFACE7;
}
.AnyTagClassName
{
color: #AFACE7;
}
</style>
background-color css
<style>
a { background-color: #AFACE7; }
a { background-color: rgb(175,172,231); }
div.DivClassName
{
background-color: #AFACE7;
}
.BgClassName
{
background-color: #AFACE7;
}
</style>
border-color css
<style>
span { border-color: #AFACE7; }
span { border-color: rgb(175,172,231); }
td.TdClassName
{
border-color: #AFACE7;
}
.TagClassName
{
border-color: #AFACE7;
}
</style>