Shades of Deep Lilac #AA63C0
Tints of Deep Lilac #AA63C0
RGB
CMYK
RGB Variations
Color information
#AA63C0 (or 0xAA63C0) is known color: Deep Lilac. HEX triplet: AA, 63 and C0. RGB value is (170,99,192). Sum of RGB (Red+Green+Blue) = 170+99+192=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA63C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63C0 is #559C3F. Grayscale: #828282. Windows color (decimal): -5610560 or 12608426. OLE color: 12608426.
HSL color Cylindrical-coordinate representation of color #AA63C0: hue angle of 285.81º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA63C0 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 99 | 192 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.25 |
| HSL | 285.81º | 0.42% | 0.57% | - |
| HSV(B) | 285.81º | 0.48% | 0.75% | - |
| XYZ | 30.55 | 21.28 | 52.37 | - |
| YUV | 130.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 192 | 0.11 | 0.48 | 0 | 0.25 | 285.81 | 0.42 | 0.57 |
| Hex | AA | 63 | C0 | B | 30 | 0 | 19 | 11E | 2A | 39 |
| Octal | 252 | 143 | 300 | 13 | 60 | 0 | 31 | 436 | 52 | 71 |
| Binary | 10101010 | 1100011 | 11000000 | 1011 | 110000 | 0 | 11001 | 100011110 | 101010 | 111001 |
Color Harmonies of #AA63C0
Complementary color
Monochromatic Colors of #AA63C0
Black with #AA63C0
Text Example
Text Example
White with #AA63C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63C0; }
p { color: rgb(170,99,192); }
H1.HeaderClassName
{
color: #AA63C0;
}
.AnyTagClassName
{
color: #AA63C0;
}
</style>
background-color css
<style>
a { background-color: #AA63C0; }
a { background-color: rgb(170,99,192); }
div.DivClassName
{
background-color: #AA63C0;
}
.BgClassName
{
background-color: #AA63C0;
}
</style>
border-color css
<style>
span { border-color: #AA63C0; }
span { border-color: rgb(170,99,192); }
td.TdClassName
{
border-color: #AA63C0;
}
.TagClassName
{
border-color: #AA63C0;
}
</style>