Shades of Lavender Grey #AEA9E3
Tints of Lavender Grey #AEA9E3
RGB
CMYK
RGB Variations
Color information
#AEA9E3 (or 0xAEA9E3) is known color: Lavender Grey. HEX triplet: AE, A9 and E3. RGB value is (174,169,227). Sum of RGB (Red+Green+Blue) = 174+169+227=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEA9E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA9E3 is #51561C. Grayscale: #B0B0B0. Windows color (decimal): -5330461 or 14920110. OLE color: 14920110.
HSL color Cylindrical-coordinate representation of color #AEA9E3: hue angle of 245.17º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEA9E3 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 169 | 227 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.11 |
| HSL | 245.17º | 0.51% | 0.78% | - |
| HSV(B) | 245.17º | 0.26% | 0.89% | - |
| XYZ | 45.51 | 42.92 | 78.56 | - |
| YUV | 177.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 169 | 227 | 0.23 | 0.26 | 0 | 0.11 | 245.17 | 0.51 | 0.78 |
| Hex | AE | A9 | E3 | 17 | 1A | 0 | B | F5 | 33 | 4E |
| Octal | 256 | 251 | 343 | 27 | 32 | 0 | 13 | 365 | 63 | 116 |
| Binary | 10101110 | 10101001 | 11100011 | 10111 | 11010 | 0 | 1011 | 11110101 | 110011 | 1001110 |
Color Harmonies of #AEA9E3
Complementary color
Monochromatic Colors of #AEA9E3
Black with #AEA9E3
Text Example
Text Example
White with #AEA9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA9E3; }
p { color: rgb(174,169,227); }
H1.HeaderClassName
{
color: #AEA9E3;
}
.AnyTagClassName
{
color: #AEA9E3;
}
</style>
background-color css
<style>
a { background-color: #AEA9E3; }
a { background-color: rgb(174,169,227); }
div.DivClassName
{
background-color: #AEA9E3;
}
.BgClassName
{
background-color: #AEA9E3;
}
</style>
border-color css
<style>
span { border-color: #AEA9E3; }
span { border-color: rgb(174,169,227); }
td.TdClassName
{
border-color: #AEA9E3;
}
.TagClassName
{
border-color: #AEA9E3;
}
</style>