Shades of Lavender Grey #AFA9DE
Tints of Lavender Grey #AFA9DE
RGB
CMYK
RGB Variations
Color information
#AFA9DE (or 0xAFA9DE) is known color: Lavender Grey. HEX triplet: AF, A9 and DE. RGB value is (175,169,222). Sum of RGB (Red+Green+Blue) = 175+169+222=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFA9DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9DE is #505621. Grayscale: #B0B0B0. Windows color (decimal): -5264930 or 14592431. OLE color: 14592431.
HSL color Cylindrical-coordinate representation of color #AFA9DE: hue angle of 246.79º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFA9DE is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 169 | 222 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.13 |
| HSL | 246.79º | 0.45% | 0.77% | - |
| HSV(B) | 246.79º | 0.24% | 0.87% | - |
| XYZ | 45.05 | 42.76 | 74.99 | - |
| YUV | 176.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 222 | 0.21 | 0.24 | 0 | 0.13 | 246.79 | 0.45 | 0.77 |
| Hex | AF | A9 | DE | 15 | 18 | 0 | D | F7 | 2D | 4D |
| Octal | 257 | 251 | 336 | 25 | 30 | 0 | 15 | 367 | 55 | 115 |
| Binary | 10101111 | 10101001 | 11011110 | 10101 | 11000 | 0 | 1101 | 11110111 | 101101 | 1001101 |
Color Harmonies of #AFA9DE
Complementary color
Monochromatic Colors of #AFA9DE
Black with #AFA9DE
Text Example
Text Example
White with #AFA9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA9DE; }
p { color: rgb(175,169,222); }
H1.HeaderClassName
{
color: #AFA9DE;
}
.AnyTagClassName
{
color: #AFA9DE;
}
</style>
background-color css
<style>
a { background-color: #AFA9DE; }
a { background-color: rgb(175,169,222); }
div.DivClassName
{
background-color: #AFA9DE;
}
.BgClassName
{
background-color: #AFA9DE;
}
</style>
border-color css
<style>
span { border-color: #AFA9DE; }
span { border-color: rgb(175,169,222); }
td.TdClassName
{
border-color: #AFA9DE;
}
.TagClassName
{
border-color: #AFA9DE;
}
</style>