Shades of Deep Lilac #AA4EC1
Tints of Deep Lilac #AA4EC1
RGB
CMYK
RGB Variations
Color information
#AA4EC1 (or 0xAA4EC1) is known color: Deep Lilac. HEX triplet: AA, 4E and C1. RGB value is (170,78,193). Sum of RGB (Red+Green+Blue) = 170+78+193=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA4EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4EC1 is #55B13E. Grayscale: #767676. Windows color (decimal): -5615935 or 12668586. OLE color: 12668586.
HSL color Cylindrical-coordinate representation of color #AA4EC1: hue angle of 288º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4EC1 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 78 | 193 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.24 |
| HSL | 288º | 0.48% | 0.53% | - |
| HSV(B) | 288º | 0.6% | 0.76% | - |
| XYZ | 28.93 | 17.85 | 52.37 | - |
| YUV | 118.62 | 169.98 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 193 | 0.12 | 0.60 | 0 | 0.24 | 288 | 0.48 | 0.53 |
| Hex | AA | 4E | C1 | C | 3C | 0 | 18 | 120 | 30 | 35 |
| Octal | 252 | 116 | 301 | 14 | 74 | 0 | 30 | 440 | 60 | 65 |
| Binary | 10101010 | 1001110 | 11000001 | 1100 | 111100 | 0 | 11000 | 100100000 | 110000 | 110101 |
Color Harmonies of #AA4EC1
Complementary color
Monochromatic Colors of #AA4EC1
Black with #AA4EC1
Text Example
Text Example
White with #AA4EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EC1; }
p { color: rgb(170,78,193); }
H1.HeaderClassName
{
color: #AA4EC1;
}
.AnyTagClassName
{
color: #AA4EC1;
}
</style>
background-color css
<style>
a { background-color: #AA4EC1; }
a { background-color: rgb(170,78,193); }
div.DivClassName
{
background-color: #AA4EC1;
}
.BgClassName
{
background-color: #AA4EC1;
}
</style>
border-color css
<style>
span { border-color: #AA4EC1; }
span { border-color: rgb(170,78,193); }
td.TdClassName
{
border-color: #AA4EC1;
}
.TagClassName
{
border-color: #AA4EC1;
}
</style>