Shades of Lavender Grey #AFA9EA
Tints of Lavender Grey #AFA9EA
RGB
CMYK
RGB Variations
Color information
#AFA9EA (or 0xAFA9EA) is known color: Lavender Grey. HEX triplet: AF, A9 and EA. RGB value is (175,169,234). Sum of RGB (Red+Green+Blue) = 175+169+234=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFA9EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA9EA is #505615. Grayscale: #B1B1B1. Windows color (decimal): -5264918 or 15378863. OLE color: 15378863.
HSL color Cylindrical-coordinate representation of color #AFA9EA: hue angle of 245.54º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFA9EA is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 169 | 234 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.08 |
| HSL | 245.54º | 0.61% | 0.79% | - |
| HSV(B) | 245.54º | 0.28% | 0.92% | - |
| XYZ | 46.72 | 43.43 | 83.76 | - |
| YUV | 178.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 234 | 0.25 | 0.28 | 0 | 0.08 | 245.54 | 0.61 | 0.79 |
| Hex | AF | A9 | EA | 19 | 1C | 0 | 8 | F6 | 3D | 4F |
| Octal | 257 | 251 | 352 | 31 | 34 | 0 | 10 | 366 | 75 | 117 |
| Binary | 10101111 | 10101001 | 11101010 | 11001 | 11100 | 0 | 1000 | 11110110 | 111101 | 1001111 |
Color Harmonies of #AFA9EA
Complementary color
Monochromatic Colors of #AFA9EA
Black with #AFA9EA
Text Example
Text Example
White with #AFA9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA9EA; }
p { color: rgb(175,169,234); }
H1.HeaderClassName
{
color: #AFA9EA;
}
.AnyTagClassName
{
color: #AFA9EA;
}
</style>
background-color css
<style>
a { background-color: #AFA9EA; }
a { background-color: rgb(175,169,234); }
div.DivClassName
{
background-color: #AFA9EA;
}
.BgClassName
{
background-color: #AFA9EA;
}
</style>
border-color css
<style>
span { border-color: #AFA9EA; }
span { border-color: rgb(175,169,234); }
td.TdClassName
{
border-color: #AFA9EA;
}
.TagClassName
{
border-color: #AFA9EA;
}
</style>