Shades of Deep Lilac #AA56B9
Tints of Deep Lilac #AA56B9
RGB
CMYK
RGB Variations
Color information
#AA56B9 (or 0xAA56B9) is known color: Deep Lilac. HEX triplet: AA, 56 and B9. RGB value is (170,86,185). Sum of RGB (Red+Green+Blue) = 170+86+185=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA56B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56B9 is #55A946. Grayscale: #7A7A7A. Windows color (decimal): -5613895 or 12146346. OLE color: 12146346.
HSL color Cylindrical-coordinate representation of color #AA56B9: hue angle of 290.91º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA56B9 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 86 | 185 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.27 |
| HSL | 290.91º | 0.41% | 0.53% | - |
| HSV(B) | 290.91º | 0.54% | 0.73% | - |
| XYZ | 28.66 | 18.7 | 48 | - |
| YUV | 122.4 | 163.33 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 185 | 0.08 | 0.54 | 0 | 0.27 | 290.91 | 0.41 | 0.53 |
| Hex | AA | 56 | B9 | 8 | 36 | 0 | 1B | 123 | 29 | 35 |
| Octal | 252 | 126 | 271 | 10 | 66 | 0 | 33 | 443 | 51 | 65 |
| Binary | 10101010 | 1010110 | 10111001 | 1000 | 110110 | 0 | 11011 | 100100011 | 101001 | 110101 |
Color Harmonies of #AA56B9
Complementary color
Monochromatic Colors of #AA56B9
Black with #AA56B9
Text Example
Text Example
White with #AA56B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA56B9; }
p { color: rgb(170,86,185); }
H1.HeaderClassName
{
color: #AA56B9;
}
.AnyTagClassName
{
color: #AA56B9;
}
</style>
background-color css
<style>
a { background-color: #AA56B9; }
a { background-color: rgb(170,86,185); }
div.DivClassName
{
background-color: #AA56B9;
}
.BgClassName
{
background-color: #AA56B9;
}
</style>
border-color css
<style>
span { border-color: #AA56B9; }
span { border-color: rgb(170,86,185); }
td.TdClassName
{
border-color: #AA56B9;
}
.TagClassName
{
border-color: #AA56B9;
}
</style>