Shades of Deep Lilac #AA4ABB
Tints of Deep Lilac #AA4ABB
RGB
CMYK
RGB Variations
Color information
#AA4ABB (or 0xAA4ABB) is known color: Deep Lilac. HEX triplet: AA, 4A and BB. RGB value is (170,74,187). Sum of RGB (Red+Green+Blue) = 170+74+187=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA4ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4ABB is #55B544. Grayscale: #737373. Windows color (decimal): -5616965 or 12274346. OLE color: 12274346.
HSL color Cylindrical-coordinate representation of color #AA4ABB: hue angle of 290.97º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4ABB is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 74 | 187 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.27 |
| HSL | 290.97º | 0.45% | 0.51% | - |
| HSV(B) | 290.97º | 0.6% | 0.73% | - |
| XYZ | 28 | 17.03 | 48.83 | - |
| YUV | 115.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 187 | 0.09 | 0.60 | 0 | 0.27 | 290.97 | 0.45 | 0.51 |
| Hex | AA | 4A | BB | 9 | 3C | 0 | 1B | 123 | 2D | 33 |
| Octal | 252 | 112 | 273 | 11 | 74 | 0 | 33 | 443 | 55 | 63 |
| Binary | 10101010 | 1001010 | 10111011 | 1001 | 111100 | 0 | 11011 | 100100011 | 101101 | 110011 |
Color Harmonies of #AA4ABB
Complementary color
Monochromatic Colors of #AA4ABB
Black with #AA4ABB
Text Example
Text Example
White with #AA4ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4ABB; }
p { color: rgb(170,74,187); }
H1.HeaderClassName
{
color: #AA4ABB;
}
.AnyTagClassName
{
color: #AA4ABB;
}
</style>
background-color css
<style>
a { background-color: #AA4ABB; }
a { background-color: rgb(170,74,187); }
div.DivClassName
{
background-color: #AA4ABB;
}
.BgClassName
{
background-color: #AA4ABB;
}
</style>
border-color css
<style>
span { border-color: #AA4ABB; }
span { border-color: rgb(170,74,187); }
td.TdClassName
{
border-color: #AA4ABB;
}
.TagClassName
{
border-color: #AA4ABB;
}
</style>