Shades of Deep Lilac #AA54C0
Tints of Deep Lilac #AA54C0
RGB
CMYK
RGB Variations
Color information
#AA54C0 (or 0xAA54C0) is known color: Deep Lilac. HEX triplet: AA, 54 and C0. RGB value is (170,84,192). Sum of RGB (Red+Green+Blue) = 170+84+192=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA54C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA54C0 is #55AB3F. Grayscale: #797979. Windows color (decimal): -5614400 or 12604586. OLE color: 12604586.
HSL color Cylindrical-coordinate representation of color #AA54C0: hue angle of 287.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA54C0 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 84 | 192 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.25 |
| HSL | 287.78º | 0.46% | 0.54% | - |
| HSV(B) | 287.78º | 0.56% | 0.75% | - |
| XYZ | 29.26 | 18.69 | 51.93 | - |
| YUV | 122.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 192 | 0.11 | 0.56 | 0 | 0.25 | 287.78 | 0.46 | 0.54 |
| Hex | AA | 54 | C0 | B | 38 | 0 | 19 | 120 | 2E | 36 |
| Octal | 252 | 124 | 300 | 13 | 70 | 0 | 31 | 440 | 56 | 66 |
| Binary | 10101010 | 1010100 | 11000000 | 1011 | 111000 | 0 | 11001 | 100100000 | 101110 | 110110 |
Color Harmonies of #AA54C0
Complementary color
Monochromatic Colors of #AA54C0
Black with #AA54C0
Text Example
Text Example
White with #AA54C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA54C0; }
p { color: rgb(170,84,192); }
H1.HeaderClassName
{
color: #AA54C0;
}
.AnyTagClassName
{
color: #AA54C0;
}
</style>
background-color css
<style>
a { background-color: #AA54C0; }
a { background-color: rgb(170,84,192); }
div.DivClassName
{
background-color: #AA54C0;
}
.BgClassName
{
background-color: #AA54C0;
}
</style>
border-color css
<style>
span { border-color: #AA54C0; }
span { border-color: rgb(170,84,192); }
td.TdClassName
{
border-color: #AA54C0;
}
.TagClassName
{
border-color: #AA54C0;
}
</style>