Shades of Deep Lilac #AA59C5
Tints of Deep Lilac #AA59C5
RGB
CMYK
RGB Variations
Color information
#AA59C5 (or 0xAA59C5) is known color: Deep Lilac. HEX triplet: AA, 59 and C5. RGB value is (170,89,197). Sum of RGB (Red+Green+Blue) = 170+89+197=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA59C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59C5 is #55A63A. Grayscale: #7D7D7D. Windows color (decimal): -5613115 or 12933546. OLE color: 12933546.
HSL color Cylindrical-coordinate representation of color #AA59C5: hue angle of 285º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA59C5 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 89 | 197 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.23 |
| HSL | 285º | 0.48% | 0.56% | - |
| HSV(B) | 285º | 0.55% | 0.77% | - |
| XYZ | 30.23 | 19.72 | 55.04 | - |
| YUV | 125.53 | 168.34 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 197 | 0.14 | 0.55 | 0 | 0.23 | 285 | 0.48 | 0.56 |
| Hex | AA | 59 | C5 | E | 37 | 0 | 17 | 11D | 30 | 38 |
| Octal | 252 | 131 | 305 | 16 | 67 | 0 | 27 | 435 | 60 | 70 |
| Binary | 10101010 | 1011001 | 11000101 | 1110 | 110111 | 0 | 10111 | 100011101 | 110000 | 111000 |
Color Harmonies of #AA59C5
Complementary color
Monochromatic Colors of #AA59C5
Black with #AA59C5
Text Example
Text Example
White with #AA59C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA59C5; }
p { color: rgb(170,89,197); }
H1.HeaderClassName
{
color: #AA59C5;
}
.AnyTagClassName
{
color: #AA59C5;
}
</style>
background-color css
<style>
a { background-color: #AA59C5; }
a { background-color: rgb(170,89,197); }
div.DivClassName
{
background-color: #AA59C5;
}
.BgClassName
{
background-color: #AA59C5;
}
</style>
border-color css
<style>
span { border-color: #AA59C5; }
span { border-color: rgb(170,89,197); }
td.TdClassName
{
border-color: #AA59C5;
}
.TagClassName
{
border-color: #AA59C5;
}
</style>