Shades of Deep Lilac #AA52B9
Tints of Deep Lilac #AA52B9
RGB
CMYK
RGB Variations
Color information
#AA52B9 (or 0xAA52B9) is known color: Deep Lilac. HEX triplet: AA, 52 and B9. RGB value is (170,82,185). Sum of RGB (Red+Green+Blue) = 170+82+185=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA52B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52B9 is #55AD46. Grayscale: #777777. Windows color (decimal): -5614919 or 12145322. OLE color: 12145322.
HSL color Cylindrical-coordinate representation of color #AA52B9: hue angle of 291.26º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA52B9 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 82 | 185 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.27 |
| HSL | 291.26º | 0.42% | 0.52% | - |
| HSV(B) | 291.26º | 0.56% | 0.73% | - |
| XYZ | 28.35 | 18.08 | 47.9 | - |
| YUV | 120.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 185 | 0.08 | 0.56 | 0 | 0.27 | 291.26 | 0.42 | 0.52 |
| Hex | AA | 52 | B9 | 8 | 38 | 0 | 1B | 123 | 2A | 34 |
| Octal | 252 | 122 | 271 | 10 | 70 | 0 | 33 | 443 | 52 | 64 |
| Binary | 10101010 | 1010010 | 10111001 | 1000 | 111000 | 0 | 11011 | 100100011 | 101010 | 110100 |
Color Harmonies of #AA52B9
Complementary color
Monochromatic Colors of #AA52B9
Black with #AA52B9
Text Example
Text Example
White with #AA52B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA52B9; }
p { color: rgb(170,82,185); }
H1.HeaderClassName
{
color: #AA52B9;
}
.AnyTagClassName
{
color: #AA52B9;
}
</style>
background-color css
<style>
a { background-color: #AA52B9; }
a { background-color: rgb(170,82,185); }
div.DivClassName
{
background-color: #AA52B9;
}
.BgClassName
{
background-color: #AA52B9;
}
</style>
border-color css
<style>
span { border-color: #AA52B9; }
span { border-color: rgb(170,82,185); }
td.TdClassName
{
border-color: #AA52B9;
}
.TagClassName
{
border-color: #AA52B9;
}
</style>