Shades of Lavender Grey #AEABDF
Tints of Lavender Grey #AEABDF
RGB
CMYK
RGB Variations
Color information
#AEABDF (or 0xAEABDF) is known color: Lavender Grey. HEX triplet: AE, AB and DF. RGB value is (174,171,223). Sum of RGB (Red+Green+Blue) = 174+171+223=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABDF is #515420. Grayscale: #B1B1B1. Windows color (decimal): -5329953 or 14658478. OLE color: 14658478.
HSL color Cylindrical-coordinate representation of color #AEABDF: hue angle of 243.46º degrees, saturation: 0.45, 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 #AEABDF is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 171 | 223 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.13 |
| HSL | 243.46º | 0.45% | 0.77% | - |
| HSV(B) | 243.46º | 0.23% | 0.87% | - |
| XYZ | 45.34 | 43.45 | 75.81 | - |
| YUV | 177.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 223 | 0.22 | 0.23 | 0 | 0.13 | 243.46 | 0.45 | 0.77 |
| Hex | AE | AB | DF | 16 | 17 | 0 | D | F3 | 2D | 4D |
| Octal | 256 | 253 | 337 | 26 | 27 | 0 | 15 | 363 | 55 | 115 |
| Binary | 10101110 | 10101011 | 11011111 | 10110 | 10111 | 0 | 1101 | 11110011 | 101101 | 1001101 |
Color Harmonies of #AEABDF
Complementary color
Monochromatic Colors of #AEABDF
Black with #AEABDF
Text Example
Text Example
White with #AEABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEABDF; }
p { color: rgb(174,171,223); }
H1.HeaderClassName
{
color: #AEABDF;
}
.AnyTagClassName
{
color: #AEABDF;
}
</style>
background-color css
<style>
a { background-color: #AEABDF; }
a { background-color: rgb(174,171,223); }
div.DivClassName
{
background-color: #AEABDF;
}
.BgClassName
{
background-color: #AEABDF;
}
</style>
border-color css
<style>
span { border-color: #AEABDF; }
span { border-color: rgb(174,171,223); }
td.TdClassName
{
border-color: #AEABDF;
}
.TagClassName
{
border-color: #AEABDF;
}
</style>