Shades of Lavender Grey #AFACE3
Tints of Lavender Grey #AFACE3
RGB
CMYK
RGB Variations
Color information
#AFACE3 (or 0xAFACE3) is known color: Lavender Grey. HEX triplet: AF, AC and E3. RGB value is (175,172,227). Sum of RGB (Red+Green+Blue) = 175+172+227=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 227 (89.06% from 255 or 39.55% from 574); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFACE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACE3 is #50531C. Grayscale: #B2B2B2. Windows color (decimal): -5264157 or 14920879. OLE color: 14920879.
HSL color Cylindrical-coordinate representation of color #AFACE3: hue angle of 243.27º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFACE3 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 172 | 227 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.11 |
| HSL | 243.27º | 0.5% | 0.78% | - |
| HSV(B) | 243.27º | 0.24% | 0.89% | - |
| XYZ | 46.3 | 44.17 | 78.76 | - |
| YUV | 179.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 227 | 0.23 | 0.24 | 0 | 0.11 | 243.27 | 0.5 | 0.78 |
| Hex | AF | AC | E3 | 17 | 18 | 0 | B | F3 | 32 | 4E |
| Octal | 257 | 254 | 343 | 27 | 30 | 0 | 13 | 363 | 62 | 116 |
| Binary | 10101111 | 10101100 | 11100011 | 10111 | 11000 | 0 | 1011 | 11110011 | 110010 | 1001110 |
Color Harmonies of #AFACE3
Complementary color
Monochromatic Colors of #AFACE3
Black with #AFACE3
Text Example
Text Example
White with #AFACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACE3; }
p { color: rgb(175,172,227); }
H1.HeaderClassName
{
color: #AFACE3;
}
.AnyTagClassName
{
color: #AFACE3;
}
</style>
background-color css
<style>
a { background-color: #AFACE3; }
a { background-color: rgb(175,172,227); }
div.DivClassName
{
background-color: #AFACE3;
}
.BgClassName
{
background-color: #AFACE3;
}
</style>
border-color css
<style>
span { border-color: #AFACE3; }
span { border-color: rgb(175,172,227); }
td.TdClassName
{
border-color: #AFACE3;
}
.TagClassName
{
border-color: #AFACE3;
}
</style>