Shades of Deep Lilac #AA5EC6
Tints of Deep Lilac #AA5EC6
RGB
CMYK
RGB Variations
Color information
#AA5EC6 (or 0xAA5EC6) is known color: Deep Lilac. HEX triplet: AA, 5E and C6. RGB value is (170,94,198). Sum of RGB (Red+Green+Blue) = 170+94+198=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA5EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5EC6 is #55A139. Grayscale: #808080. Windows color (decimal): -5611834 or 13000362. OLE color: 13000362.
HSL color Cylindrical-coordinate representation of color #AA5EC6: hue angle of 283.85º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5EC6 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 94 | 198 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.22 |
| HSL | 283.85º | 0.48% | 0.57% | - |
| HSV(B) | 283.85º | 0.53% | 0.78% | - |
| XYZ | 30.77 | 20.63 | 55.79 | - |
| YUV | 128.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 198 | 0.14 | 0.53 | 0 | 0.22 | 283.85 | 0.48 | 0.57 |
| Hex | AA | 5E | C6 | E | 35 | 0 | 16 | 11C | 30 | 39 |
| Octal | 252 | 136 | 306 | 16 | 65 | 0 | 26 | 434 | 60 | 71 |
| Binary | 10101010 | 1011110 | 11000110 | 1110 | 110101 | 0 | 10110 | 100011100 | 110000 | 111001 |
Color Harmonies of #AA5EC6
Complementary color
Monochromatic Colors of #AA5EC6
Black with #AA5EC6
Text Example
Text Example
White with #AA5EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5EC6; }
p { color: rgb(170,94,198); }
H1.HeaderClassName
{
color: #AA5EC6;
}
.AnyTagClassName
{
color: #AA5EC6;
}
</style>
background-color css
<style>
a { background-color: #AA5EC6; }
a { background-color: rgb(170,94,198); }
div.DivClassName
{
background-color: #AA5EC6;
}
.BgClassName
{
background-color: #AA5EC6;
}
</style>
border-color css
<style>
span { border-color: #AA5EC6; }
span { border-color: rgb(170,94,198); }
td.TdClassName
{
border-color: #AA5EC6;
}
.TagClassName
{
border-color: #AA5EC6;
}
</style>