Shades of Lavender Grey #AFAADD
Tints of Lavender Grey #AFAADD
RGB
CMYK
RGB Variations
Color information
#AFAADD (or 0xAFAADD) is known color: Lavender Grey. HEX triplet: AF, AA and DD. RGB value is (175,170,221). Sum of RGB (Red+Green+Blue) = 175+170+221=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAADD is #505522. Grayscale: #B1B1B1. Windows color (decimal): -5264675 or 14527151. OLE color: 14527151.
HSL color Cylindrical-coordinate representation of color #AFAADD: hue angle of 245.88º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFAADD is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 170 | 221 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.13 |
| HSL | 245.88º | 0.43% | 0.77% | - |
| HSV(B) | 245.88º | 0.23% | 0.87% | - |
| XYZ | 45.11 | 43.08 | 74.35 | - |
| YUV | 177.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 221 | 0.21 | 0.23 | 0 | 0.13 | 245.88 | 0.43 | 0.77 |
| Hex | AF | AA | DD | 15 | 17 | 0 | D | F6 | 2B | 4D |
| Octal | 257 | 252 | 335 | 25 | 27 | 0 | 15 | 366 | 53 | 115 |
| Binary | 10101111 | 10101010 | 11011101 | 10101 | 10111 | 0 | 1101 | 11110110 | 101011 | 1001101 |
Color Harmonies of #AFAADD
Complementary color
Monochromatic Colors of #AFAADD
Black with #AFAADD
Text Example
Text Example
White with #AFAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAADD; }
p { color: rgb(175,170,221); }
H1.HeaderClassName
{
color: #AFAADD;
}
.AnyTagClassName
{
color: #AFAADD;
}
</style>
background-color css
<style>
a { background-color: #AFAADD; }
a { background-color: rgb(175,170,221); }
div.DivClassName
{
background-color: #AFAADD;
}
.BgClassName
{
background-color: #AFAADD;
}
</style>
border-color css
<style>
span { border-color: #AFAADD; }
span { border-color: rgb(175,170,221); }
td.TdClassName
{
border-color: #AFAADD;
}
.TagClassName
{
border-color: #AFAADD;
}
</style>