Shades of Deep Lilac #AA62BA
Tints of Deep Lilac #AA62BA
RGB
CMYK
RGB Variations
Color information
#AA62BA (or 0xAA62BA) is known color: Deep Lilac. HEX triplet: AA, 62 and BA. RGB value is (170,98,186). Sum of RGB (Red+Green+Blue) = 170+98+186=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA62BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62BA is #559D45. Grayscale: #818181. Windows color (decimal): -5610822 or 12214954. OLE color: 12214954.
HSL color Cylindrical-coordinate representation of color #AA62BA: hue angle of 289.09º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA62BA is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 98 | 186 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.27 |
| HSL | 289.09º | 0.39% | 0.56% | - |
| HSV(B) | 289.09º | 0.47% | 0.73% | - |
| XYZ | 29.81 | 20.83 | 48.9 | - |
| YUV | 129.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 186 | 0.09 | 0.47 | 0 | 0.27 | 289.09 | 0.39 | 0.56 |
| Hex | AA | 62 | BA | 9 | 2F | 0 | 1B | 121 | 27 | 38 |
| Octal | 252 | 142 | 272 | 11 | 57 | 0 | 33 | 441 | 47 | 70 |
| Binary | 10101010 | 1100010 | 10111010 | 1001 | 101111 | 0 | 11011 | 100100001 | 100111 | 111000 |
Color Harmonies of #AA62BA
Complementary color
Monochromatic Colors of #AA62BA
Black with #AA62BA
Text Example
Text Example
White with #AA62BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA62BA; }
p { color: rgb(170,98,186); }
H1.HeaderClassName
{
color: #AA62BA;
}
.AnyTagClassName
{
color: #AA62BA;
}
</style>
background-color css
<style>
a { background-color: #AA62BA; }
a { background-color: rgb(170,98,186); }
div.DivClassName
{
background-color: #AA62BA;
}
.BgClassName
{
background-color: #AA62BA;
}
</style>
border-color css
<style>
span { border-color: #AA62BA; }
span { border-color: rgb(170,98,186); }
td.TdClassName
{
border-color: #AA62BA;
}
.TagClassName
{
border-color: #AA62BA;
}
</style>