Shades of Deep Lilac #AA56BC
Tints of Deep Lilac #AA56BC
RGB
CMYK
RGB Variations
Color information
#AA56BC (or 0xAA56BC) is known color: Deep Lilac. HEX triplet: AA, 56 and BC. RGB value is (170,86,188). Sum of RGB (Red+Green+Blue) = 170+86+188=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA56BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56BC is #55A943. Grayscale: #7A7A7A. Windows color (decimal): -5613892 or 12342954. OLE color: 12342954.
HSL color Cylindrical-coordinate representation of color #AA56BC: hue angle of 289.41º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA56BC is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 86 | 188 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.26 |
| HSL | 289.41º | 0.43% | 0.54% | - |
| HSV(B) | 289.41º | 0.54% | 0.74% | - |
| XYZ | 28.98 | 18.83 | 49.68 | - |
| YUV | 122.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 188 | 0.10 | 0.54 | 0 | 0.26 | 289.41 | 0.43 | 0.54 |
| Hex | AA | 56 | BC | A | 36 | 0 | 1A | 121 | 2B | 36 |
| Octal | 252 | 126 | 274 | 12 | 66 | 0 | 32 | 441 | 53 | 66 |
| Binary | 10101010 | 1010110 | 10111100 | 1010 | 110110 | 0 | 11010 | 100100001 | 101011 | 110110 |
Color Harmonies of #AA56BC
Complementary color
Monochromatic Colors of #AA56BC
Black with #AA56BC
Text Example
Text Example
White with #AA56BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA56BC; }
p { color: rgb(170,86,188); }
H1.HeaderClassName
{
color: #AA56BC;
}
.AnyTagClassName
{
color: #AA56BC;
}
</style>
background-color css
<style>
a { background-color: #AA56BC; }
a { background-color: rgb(170,86,188); }
div.DivClassName
{
background-color: #AA56BC;
}
.BgClassName
{
background-color: #AA56BC;
}
</style>
border-color css
<style>
span { border-color: #AA56BC; }
span { border-color: rgb(170,86,188); }
td.TdClassName
{
border-color: #AA56BC;
}
.TagClassName
{
border-color: #AA56BC;
}
</style>