Shades of Deep Lilac #AA5ABA
Tints of Deep Lilac #AA5ABA
RGB
CMYK
RGB Variations
Color information
#AA5ABA (or 0xAA5ABA) is known color: Deep Lilac. HEX triplet: AA, 5A and BA. RGB value is (170,90,186). Sum of RGB (Red+Green+Blue) = 170+90+186=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA5ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5ABA is #55A545. Grayscale: #7C7C7C. Windows color (decimal): -5612870 or 12212906. OLE color: 12212906.
HSL color Cylindrical-coordinate representation of color #AA5ABA: hue angle of 290º degrees, saturation: 0.41, 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 #AA5ABA is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 90 | 186 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.27 |
| HSL | 290º | 0.41% | 0.54% | - |
| HSV(B) | 290º | 0.52% | 0.73% | - |
| XYZ | 29.1 | 19.4 | 48.67 | - |
| YUV | 124.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 186 | 0.09 | 0.52 | 0 | 0.27 | 290 | 0.41 | 0.54 |
| Hex | AA | 5A | BA | 9 | 34 | 0 | 1B | 122 | 29 | 36 |
| Octal | 252 | 132 | 272 | 11 | 64 | 0 | 33 | 442 | 51 | 66 |
| Binary | 10101010 | 1011010 | 10111010 | 1001 | 110100 | 0 | 11011 | 100100010 | 101001 | 110110 |
Color Harmonies of #AA5ABA
Complementary color
Monochromatic Colors of #AA5ABA
Black with #AA5ABA
Text Example
Text Example
White with #AA5ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5ABA; }
p { color: rgb(170,90,186); }
H1.HeaderClassName
{
color: #AA5ABA;
}
.AnyTagClassName
{
color: #AA5ABA;
}
</style>
background-color css
<style>
a { background-color: #AA5ABA; }
a { background-color: rgb(170,90,186); }
div.DivClassName
{
background-color: #AA5ABA;
}
.BgClassName
{
background-color: #AA5ABA;
}
</style>
border-color css
<style>
span { border-color: #AA5ABA; }
span { border-color: rgb(170,90,186); }
td.TdClassName
{
border-color: #AA5ABA;
}
.TagClassName
{
border-color: #AA5ABA;
}
</style>