Shades of Deep Lilac #AA53B9
Tints of Deep Lilac #AA53B9
RGB
CMYK
RGB Variations
Color information
#AA53B9 (or 0xAA53B9) is known color: Deep Lilac. HEX triplet: AA, 53 and B9. RGB value is (170,83,185). Sum of RGB (Red+Green+Blue) = 170+83+185=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA53B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53B9 is #55AC46. Grayscale: #787878. Windows color (decimal): -5614663 or 12145578. OLE color: 12145578.
HSL color Cylindrical-coordinate representation of color #AA53B9: hue angle of 291.18º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA53B9 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 83 | 185 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.27 |
| HSL | 291.18º | 0.42% | 0.53% | - |
| HSV(B) | 291.18º | 0.55% | 0.73% | - |
| XYZ | 28.43 | 18.24 | 47.92 | - |
| YUV | 120.64 | 164.32 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 185 | 0.08 | 0.55 | 0 | 0.27 | 291.18 | 0.42 | 0.53 |
| Hex | AA | 53 | B9 | 8 | 37 | 0 | 1B | 123 | 2A | 35 |
| Octal | 252 | 123 | 271 | 10 | 67 | 0 | 33 | 443 | 52 | 65 |
| Binary | 10101010 | 1010011 | 10111001 | 1000 | 110111 | 0 | 11011 | 100100011 | 101010 | 110101 |
Color Harmonies of #AA53B9
Complementary color
Monochromatic Colors of #AA53B9
Black with #AA53B9
Text Example
Text Example
White with #AA53B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA53B9; }
p { color: rgb(170,83,185); }
H1.HeaderClassName
{
color: #AA53B9;
}
.AnyTagClassName
{
color: #AA53B9;
}
</style>
background-color css
<style>
a { background-color: #AA53B9; }
a { background-color: rgb(170,83,185); }
div.DivClassName
{
background-color: #AA53B9;
}
.BgClassName
{
background-color: #AA53B9;
}
</style>
border-color css
<style>
span { border-color: #AA53B9; }
span { border-color: rgb(170,83,185); }
td.TdClassName
{
border-color: #AA53B9;
}
.TagClassName
{
border-color: #AA53B9;
}
</style>