Shades of Deep Lilac #AA56BA
Tints of Deep Lilac #AA56BA
RGB
CMYK
RGB Variations
Color information
#AA56BA (or 0xAA56BA) is known color: Deep Lilac. HEX triplet: AA, 56 and BA. RGB value is (170,86,186). Sum of RGB (Red+Green+Blue) = 170+86+186=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA56BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56BA is #55A945. Grayscale: #7A7A7A. Windows color (decimal): -5613894 or 12211882. OLE color: 12211882.
HSL color Cylindrical-coordinate representation of color #AA56BA: hue angle of 290.4º degrees, saturation: 0.42, 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 #AA56BA is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 86 | 186 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.27 |
| HSL | 290.4º | 0.42% | 0.53% | - |
| HSV(B) | 290.4º | 0.54% | 0.73% | - |
| XYZ | 28.77 | 18.75 | 48.56 | - |
| YUV | 122.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 186 | 0.09 | 0.54 | 0 | 0.27 | 290.4 | 0.42 | 0.53 |
| Hex | AA | 56 | BA | 9 | 36 | 0 | 1B | 122 | 2A | 35 |
| Octal | 252 | 126 | 272 | 11 | 66 | 0 | 33 | 442 | 52 | 65 |
| Binary | 10101010 | 1010110 | 10111010 | 1001 | 110110 | 0 | 11011 | 100100010 | 101010 | 110101 |
Color Harmonies of #AA56BA
Complementary color
Monochromatic Colors of #AA56BA
Black with #AA56BA
Text Example
Text Example
White with #AA56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA56BA; }
p { color: rgb(170,86,186); }
H1.HeaderClassName
{
color: #AA56BA;
}
.AnyTagClassName
{
color: #AA56BA;
}
</style>
background-color css
<style>
a { background-color: #AA56BA; }
a { background-color: rgb(170,86,186); }
div.DivClassName
{
background-color: #AA56BA;
}
.BgClassName
{
background-color: #AA56BA;
}
</style>
border-color css
<style>
span { border-color: #AA56BA; }
span { border-color: rgb(170,86,186); }
td.TdClassName
{
border-color: #AA56BA;
}
.TagClassName
{
border-color: #AA56BA;
}
</style>