Shades of Lavender Grey #AFAAE1
Tints of Lavender Grey #AFAAE1
RGB
CMYK
RGB Variations
Color information
#AFAAE1 (or 0xAFAAE1) is known color: Lavender Grey. HEX triplet: AF, AA and E1. RGB value is (175,170,225). Sum of RGB (Red+Green+Blue) = 175+170+225=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFAAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAE1 is #50551E. Grayscale: #B1B1B1. Windows color (decimal): -5264671 or 14789295. OLE color: 14789295.
HSL color Cylindrical-coordinate representation of color #AFAAE1: hue angle of 245.45º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFAAE1 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 170 | 225 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.12 |
| HSL | 245.45º | 0.48% | 0.77% | - |
| HSV(B) | 245.45º | 0.24% | 0.88% | - |
| XYZ | 45.64 | 43.3 | 77.19 | - |
| YUV | 177.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 225 | 0.22 | 0.24 | 0 | 0.12 | 245.45 | 0.48 | 0.77 |
| Hex | AF | AA | E1 | 16 | 18 | 0 | C | F5 | 30 | 4D |
| Octal | 257 | 252 | 341 | 26 | 30 | 0 | 14 | 365 | 60 | 115 |
| Binary | 10101111 | 10101010 | 11100001 | 10110 | 11000 | 0 | 1100 | 11110101 | 110000 | 1001101 |
Color Harmonies of #AFAAE1
Complementary color
Monochromatic Colors of #AFAAE1
Black with #AFAAE1
Text Example
Text Example
White with #AFAAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAAE1; }
p { color: rgb(175,170,225); }
H1.HeaderClassName
{
color: #AFAAE1;
}
.AnyTagClassName
{
color: #AFAAE1;
}
</style>
background-color css
<style>
a { background-color: #AFAAE1; }
a { background-color: rgb(175,170,225); }
div.DivClassName
{
background-color: #AFAAE1;
}
.BgClassName
{
background-color: #AFAAE1;
}
</style>
border-color css
<style>
span { border-color: #AFAAE1; }
span { border-color: rgb(175,170,225); }
td.TdClassName
{
border-color: #AFAAE1;
}
.TagClassName
{
border-color: #AFAAE1;
}
</style>