Shades of Lavender Grey #AEAADF
Tints of Lavender Grey #AEAADF
RGB
CMYK
RGB Variations
Color information
#AEAADF (or 0xAEAADF) is known color: Lavender Grey. HEX triplet: AE, AA and DF. RGB value is (174,170,223). Sum of RGB (Red+Green+Blue) = 174+170+223=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEAADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAADF is #515520. Grayscale: #B1B1B1. Windows color (decimal): -5330209 or 14658222. OLE color: 14658222.
HSL color Cylindrical-coordinate representation of color #AEAADF: hue angle of 244.53º 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 #AEAADF is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 170 | 223 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.13 |
| HSL | 244.53º | 0.45% | 0.77% | - |
| HSV(B) | 244.53º | 0.24% | 0.87% | - |
| XYZ | 45.15 | 43.08 | 75.75 | - |
| YUV | 177.24 | 153.83 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 223 | 0.22 | 0.24 | 0 | 0.13 | 244.53 | 0.45 | 0.77 |
| Hex | AE | AA | DF | 16 | 18 | 0 | D | F5 | 2D | 4D |
| Octal | 256 | 252 | 337 | 26 | 30 | 0 | 15 | 365 | 55 | 115 |
| Binary | 10101110 | 10101010 | 11011111 | 10110 | 11000 | 0 | 1101 | 11110101 | 101101 | 1001101 |
Color Harmonies of #AEAADF
Complementary color
Monochromatic Colors of #AEAADF
Black with #AEAADF
Text Example
Text Example
White with #AEAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAADF; }
p { color: rgb(174,170,223); }
H1.HeaderClassName
{
color: #AEAADF;
}
.AnyTagClassName
{
color: #AEAADF;
}
</style>
background-color css
<style>
a { background-color: #AEAADF; }
a { background-color: rgb(174,170,223); }
div.DivClassName
{
background-color: #AEAADF;
}
.BgClassName
{
background-color: #AEAADF;
}
</style>
border-color css
<style>
span { border-color: #AEAADF; }
span { border-color: rgb(174,170,223); }
td.TdClassName
{
border-color: #AEAADF;
}
.TagClassName
{
border-color: #AEAADF;
}
</style>