Shades of Deep Lilac #AA4EBC
Tints of Deep Lilac #AA4EBC
RGB
CMYK
RGB Variations
Color information
#AA4EBC (or 0xAA4EBC) is known color: Deep Lilac. HEX triplet: AA, 4E and BC. RGB value is (170,78,188). Sum of RGB (Red+Green+Blue) = 170+78+188=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA4EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4EBC is #55B143. Grayscale: #757575. Windows color (decimal): -5615940 or 12340906. OLE color: 12340906.
HSL color Cylindrical-coordinate representation of color #AA4EBC: hue angle of 290.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4EBC is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 78 | 188 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.26 |
| HSL | 290.18º | 0.45% | 0.52% | - |
| HSV(B) | 290.18º | 0.59% | 0.74% | - |
| XYZ | 28.38 | 17.63 | 49.48 | - |
| YUV | 118.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 188 | 0.10 | 0.59 | 0 | 0.26 | 290.18 | 0.45 | 0.52 |
| Hex | AA | 4E | BC | A | 3B | 0 | 1A | 122 | 2D | 34 |
| Octal | 252 | 116 | 274 | 12 | 73 | 0 | 32 | 442 | 55 | 64 |
| Binary | 10101010 | 1001110 | 10111100 | 1010 | 111011 | 0 | 11010 | 100100010 | 101101 | 110100 |
Color Harmonies of #AA4EBC
Complementary color
Monochromatic Colors of #AA4EBC
Black with #AA4EBC
Text Example
Text Example
White with #AA4EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EBC; }
p { color: rgb(170,78,188); }
H1.HeaderClassName
{
color: #AA4EBC;
}
.AnyTagClassName
{
color: #AA4EBC;
}
</style>
background-color css
<style>
a { background-color: #AA4EBC; }
a { background-color: rgb(170,78,188); }
div.DivClassName
{
background-color: #AA4EBC;
}
.BgClassName
{
background-color: #AA4EBC;
}
</style>
border-color css
<style>
span { border-color: #AA4EBC; }
span { border-color: rgb(170,78,188); }
td.TdClassName
{
border-color: #AA4EBC;
}
.TagClassName
{
border-color: #AA4EBC;
}
</style>