Shades of Deep Lilac #AA52B8
Tints of Deep Lilac #AA52B8
RGB
CMYK
RGB Variations
Color information
#AA52B8 (or 0xAA52B8) is known color: Deep Lilac. HEX triplet: AA, 52 and B8. RGB value is (170,82,184). Sum of RGB (Red+Green+Blue) = 170+82+184=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA52B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52B8 is #55AD47. Grayscale: #777777. Windows color (decimal): -5614920 or 12079786. OLE color: 12079786.
HSL color Cylindrical-coordinate representation of color #AA52B8: hue angle of 291.76º 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 #AA52B8 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 82 | 184 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.28 |
| HSL | 291.76º | 0.42% | 0.52% | - |
| HSV(B) | 291.76º | 0.55% | 0.72% | - |
| XYZ | 28.25 | 18.04 | 47.34 | - |
| YUV | 119.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 184 | 0.08 | 0.55 | 0 | 0.28 | 291.76 | 0.42 | 0.52 |
| Hex | AA | 52 | B8 | 8 | 37 | 0 | 1C | 124 | 2A | 34 |
| Octal | 252 | 122 | 270 | 10 | 67 | 0 | 34 | 444 | 52 | 64 |
| Binary | 10101010 | 1010010 | 10111000 | 1000 | 110111 | 0 | 11100 | 100100100 | 101010 | 110100 |
Color Harmonies of #AA52B8
Complementary color
Monochromatic Colors of #AA52B8
Black with #AA52B8
Text Example
Text Example
White with #AA52B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA52B8; }
p { color: rgb(170,82,184); }
H1.HeaderClassName
{
color: #AA52B8;
}
.AnyTagClassName
{
color: #AA52B8;
}
</style>
background-color css
<style>
a { background-color: #AA52B8; }
a { background-color: rgb(170,82,184); }
div.DivClassName
{
background-color: #AA52B8;
}
.BgClassName
{
background-color: #AA52B8;
}
</style>
border-color css
<style>
span { border-color: #AA52B8; }
span { border-color: rgb(170,82,184); }
td.TdClassName
{
border-color: #AA52B8;
}
.TagClassName
{
border-color: #AA52B8;
}
</style>