Shades of Deep Lilac #AA4EBB
Tints of Deep Lilac #AA4EBB
RGB
CMYK
RGB Variations
Color information
#AA4EBB (or 0xAA4EBB) is known color: Deep Lilac. HEX triplet: AA, 4E and BB. RGB value is (170,78,187). Sum of RGB (Red+Green+Blue) = 170+78+187=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA4EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4EBB is #55B144. Grayscale: #757575. Windows color (decimal): -5615941 or 12275370. OLE color: 12275370.
HSL color Cylindrical-coordinate representation of color #AA4EBB: hue angle of 290.64º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4EBB is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 78 | 187 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.27 |
| HSL | 290.64º | 0.44% | 0.52% | - |
| HSV(B) | 290.64º | 0.58% | 0.73% | - |
| XYZ | 28.27 | 17.58 | 48.92 | - |
| YUV | 117.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 187 | 0.09 | 0.58 | 0 | 0.27 | 290.64 | 0.44 | 0.52 |
| Hex | AA | 4E | BB | 9 | 3A | 0 | 1B | 123 | 2C | 34 |
| Octal | 252 | 116 | 273 | 11 | 72 | 0 | 33 | 443 | 54 | 64 |
| Binary | 10101010 | 1001110 | 10111011 | 1001 | 111010 | 0 | 11011 | 100100011 | 101100 | 110100 |
Color Harmonies of #AA4EBB
Complementary color
Monochromatic Colors of #AA4EBB
Black with #AA4EBB
Text Example
Text Example
White with #AA4EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EBB; }
p { color: rgb(170,78,187); }
H1.HeaderClassName
{
color: #AA4EBB;
}
.AnyTagClassName
{
color: #AA4EBB;
}
</style>
background-color css
<style>
a { background-color: #AA4EBB; }
a { background-color: rgb(170,78,187); }
div.DivClassName
{
background-color: #AA4EBB;
}
.BgClassName
{
background-color: #AA4EBB;
}
</style>
border-color css
<style>
span { border-color: #AA4EBB; }
span { border-color: rgb(170,78,187); }
td.TdClassName
{
border-color: #AA4EBB;
}
.TagClassName
{
border-color: #AA4EBB;
}
</style>