Shades of Deep Lilac #AA5ABB
Tints of Deep Lilac #AA5ABB
RGB
CMYK
RGB Variations
Color information
#AA5ABB (or 0xAA5ABB) is known color: Deep Lilac. HEX triplet: AA, 5A and BB. RGB value is (170,90,187). Sum of RGB (Red+Green+Blue) = 170+90+187=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA5ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ABB is #55A544. Grayscale: #7C7C7C. Windows color (decimal): -5612869 or 12278442. OLE color: 12278442.
HSL color Cylindrical-coordinate representation of color #AA5ABB: hue angle of 289.48º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5ABB is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 90 | 187 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.27 |
| HSL | 289.48º | 0.42% | 0.54% | - |
| HSV(B) | 289.48º | 0.52% | 0.73% | - |
| XYZ | 29.2 | 19.45 | 49.23 | - |
| YUV | 124.98 | 163 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 187 | 0.09 | 0.52 | 0 | 0.27 | 289.48 | 0.42 | 0.54 |
| Hex | AA | 5A | BB | 9 | 34 | 0 | 1B | 121 | 2A | 36 |
| Octal | 252 | 132 | 273 | 11 | 64 | 0 | 33 | 441 | 52 | 66 |
| Binary | 10101010 | 1011010 | 10111011 | 1001 | 110100 | 0 | 11011 | 100100001 | 101010 | 110110 |
Color Harmonies of #AA5ABB
Complementary color
Monochromatic Colors of #AA5ABB
Black with #AA5ABB
Text Example
Text Example
White with #AA5ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5ABB; }
p { color: rgb(170,90,187); }
H1.HeaderClassName
{
color: #AA5ABB;
}
.AnyTagClassName
{
color: #AA5ABB;
}
</style>
background-color css
<style>
a { background-color: #AA5ABB; }
a { background-color: rgb(170,90,187); }
div.DivClassName
{
background-color: #AA5ABB;
}
.BgClassName
{
background-color: #AA5ABB;
}
</style>
border-color css
<style>
span { border-color: #AA5ABB; }
span { border-color: rgb(170,90,187); }
td.TdClassName
{
border-color: #AA5ABB;
}
.TagClassName
{
border-color: #AA5ABB;
}
</style>