Shades of Deep Lilac #AA44C2
Tints of Deep Lilac #AA44C2
RGB
CMYK
RGB Variations
Color information
#AA44C2 (or 0xAA44C2) is known color: Deep Lilac. HEX triplet: AA, 44 and C2. RGB value is (170,68,194). Sum of RGB (Red+Green+Blue) = 170+68+194=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA44C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA44C2 is #55BB3D. Grayscale: #707070. Windows color (decimal): -5618494 or 12731562. OLE color: 12731562.
HSL color Cylindrical-coordinate representation of color #AA44C2: hue angle of 288.57º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA44C2 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 68 | 194 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.24 |
| HSL | 288.57º | 0.51% | 0.51% | - |
| HSV(B) | 288.57º | 0.65% | 0.76% | - |
| XYZ | 28.38 | 16.58 | 52.74 | - |
| YUV | 112.86 | 173.79 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 194 | 0.12 | 0.65 | 0 | 0.24 | 288.57 | 0.51 | 0.51 |
| Hex | AA | 44 | C2 | C | 41 | 0 | 18 | 121 | 33 | 33 |
| Octal | 252 | 104 | 302 | 14 | 101 | 0 | 30 | 441 | 63 | 63 |
| Binary | 10101010 | 1000100 | 11000010 | 1100 | 1000001 | 0 | 11000 | 100100001 | 110011 | 110011 |
Color Harmonies of #AA44C2
Complementary color
Monochromatic Colors of #AA44C2
Black with #AA44C2
Text Example
Text Example
White with #AA44C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA44C2; }
p { color: rgb(170,68,194); }
H1.HeaderClassName
{
color: #AA44C2;
}
.AnyTagClassName
{
color: #AA44C2;
}
</style>
background-color css
<style>
a { background-color: #AA44C2; }
a { background-color: rgb(170,68,194); }
div.DivClassName
{
background-color: #AA44C2;
}
.BgClassName
{
background-color: #AA44C2;
}
</style>
border-color css
<style>
span { border-color: #AA44C2; }
span { border-color: rgb(170,68,194); }
td.TdClassName
{
border-color: #AA44C2;
}
.TagClassName
{
border-color: #AA44C2;
}
</style>