Shades of Lavender Grey #AFAFE0
Tints of Lavender Grey #AFAFE0
RGB
CMYK
RGB Variations
Color information
#AFAFE0 (or 0xAFAFE0) is known color: Lavender Grey. HEX triplet: AF, AF and E0. RGB value is (175,175,224). Sum of RGB (Red+Green+Blue) = 175+175+224=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFAFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFE0 is #50501F. Grayscale: #B4B4B4. Windows color (decimal): -5263392 or 14725039. OLE color: 14725039.
HSL color Cylindrical-coordinate representation of color #AFAFE0: hue angle of 240º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFAFE0 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 175 | 224 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.12 |
| HSL | 240º | 0.44% | 0.78% | - |
| HSV(B) | 240º | 0.22% | 0.88% | - |
| XYZ | 46.46 | 45.16 | 76.79 | - |
| YUV | 180.59 | 152.5 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 224 | 0.22 | 0.22 | 0 | 0.12 | 240 | 0.44 | 0.78 |
| Hex | AF | AF | E0 | 16 | 16 | 0 | C | F0 | 2C | 4E |
| Octal | 257 | 257 | 340 | 26 | 26 | 0 | 14 | 360 | 54 | 116 |
| Binary | 10101111 | 10101111 | 11100000 | 10110 | 10110 | 0 | 1100 | 11110000 | 101100 | 1001110 |
Color Harmonies of #AFAFE0
Complementary color
Monochromatic Colors of #AFAFE0
Black with #AFAFE0
Text Example
Text Example
White with #AFAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAFE0; }
p { color: rgb(175,175,224); }
H1.HeaderClassName
{
color: #AFAFE0;
}
.AnyTagClassName
{
color: #AFAFE0;
}
</style>
background-color css
<style>
a { background-color: #AFAFE0; }
a { background-color: rgb(175,175,224); }
div.DivClassName
{
background-color: #AFAFE0;
}
.BgClassName
{
background-color: #AFAFE0;
}
</style>
border-color css
<style>
span { border-color: #AFAFE0; }
span { border-color: rgb(175,175,224); }
td.TdClassName
{
border-color: #AFAFE0;
}
.TagClassName
{
border-color: #AFAFE0;
}
</style>