Shades of Deep Lilac #AA53B8
Tints of Deep Lilac #AA53B8
RGB
CMYK
RGB Variations
Color information
#AA53B8 (or 0xAA53B8) is known color: Deep Lilac. HEX triplet: AA, 53 and B8. RGB value is (170,83,184). Sum of RGB (Red+Green+Blue) = 170+83+184=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA53B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA53B8 is #55AC47. Grayscale: #787878. Windows color (decimal): -5614664 or 12080042. OLE color: 12080042.
HSL color Cylindrical-coordinate representation of color #AA53B8: hue angle of 291.68º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA53B8 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 83 | 184 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.28 |
| HSL | 291.68º | 0.42% | 0.52% | - |
| HSV(B) | 291.68º | 0.55% | 0.72% | - |
| XYZ | 28.32 | 18.19 | 47.37 | - |
| YUV | 120.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 184 | 0.08 | 0.55 | 0 | 0.28 | 291.68 | 0.42 | 0.52 |
| Hex | AA | 53 | B8 | 8 | 37 | 0 | 1C | 124 | 2A | 34 |
| Octal | 252 | 123 | 270 | 10 | 67 | 0 | 34 | 444 | 52 | 64 |
| Binary | 10101010 | 1010011 | 10111000 | 1000 | 110111 | 0 | 11100 | 100100100 | 101010 | 110100 |
Color Harmonies of #AA53B8
Complementary color
Monochromatic Colors of #AA53B8
Black with #AA53B8
Text Example
Text Example
White with #AA53B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA53B8; }
p { color: rgb(170,83,184); }
H1.HeaderClassName
{
color: #AA53B8;
}
.AnyTagClassName
{
color: #AA53B8;
}
</style>
background-color css
<style>
a { background-color: #AA53B8; }
a { background-color: rgb(170,83,184); }
div.DivClassName
{
background-color: #AA53B8;
}
.BgClassName
{
background-color: #AA53B8;
}
</style>
border-color css
<style>
span { border-color: #AA53B8; }
span { border-color: rgb(170,83,184); }
td.TdClassName
{
border-color: #AA53B8;
}
.TagClassName
{
border-color: #AA53B8;
}
</style>