Shades of Deep Lilac #AA43C1
Tints of Deep Lilac #AA43C1
RGB
CMYK
RGB Variations
Color information
#AA43C1 (or 0xAA43C1) is known color: Deep Lilac. HEX triplet: AA, 43 and C1. RGB value is (170,67,193). Sum of RGB (Red+Green+Blue) = 170+67+193=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA43C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA43C1 is #55BC3E. Grayscale: #6F6F6F. Windows color (decimal): -5618751 or 12665770. OLE color: 12665770.
HSL color Cylindrical-coordinate representation of color #AA43C1: hue angle of 289.05º degrees, saturation: 0.5, 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 #AA43C1 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 67 | 193 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.24 |
| HSL | 289.05º | 0.5% | 0.51% | - |
| HSV(B) | 289.05º | 0.65% | 0.76% | - |
| XYZ | 28.21 | 16.41 | 52.13 | - |
| YUV | 112.16 | 173.62 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 193 | 0.12 | 0.65 | 0 | 0.24 | 289.05 | 0.5 | 0.51 |
| Hex | AA | 43 | C1 | C | 41 | 0 | 18 | 121 | 32 | 33 |
| Octal | 252 | 103 | 301 | 14 | 101 | 0 | 30 | 441 | 62 | 63 |
| Binary | 10101010 | 1000011 | 11000001 | 1100 | 1000001 | 0 | 11000 | 100100001 | 110010 | 110011 |
Color Harmonies of #AA43C1
Complementary color
Monochromatic Colors of #AA43C1
Black with #AA43C1
Text Example
Text Example
White with #AA43C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA43C1; }
p { color: rgb(170,67,193); }
H1.HeaderClassName
{
color: #AA43C1;
}
.AnyTagClassName
{
color: #AA43C1;
}
</style>
background-color css
<style>
a { background-color: #AA43C1; }
a { background-color: rgb(170,67,193); }
div.DivClassName
{
background-color: #AA43C1;
}
.BgClassName
{
background-color: #AA43C1;
}
</style>
border-color css
<style>
span { border-color: #AA43C1; }
span { border-color: rgb(170,67,193); }
td.TdClassName
{
border-color: #AA43C1;
}
.TagClassName
{
border-color: #AA43C1;
}
</style>