Shades of Deep Lilac #AA60BA
Tints of Deep Lilac #AA60BA
RGB
CMYK
RGB Variations
Color information
#AA60BA (or 0xAA60BA) is known color: Deep Lilac. HEX triplet: AA, 60 and BA. RGB value is (170,96,186). Sum of RGB (Red+Green+Blue) = 170+96+186=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA60BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60BA is #559F45. Grayscale: #808080. Windows color (decimal): -5611334 or 12214442. OLE color: 12214442.
HSL color Cylindrical-coordinate representation of color #AA60BA: hue angle of 289.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA60BA is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 96 | 186 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.27 |
| HSL | 289.33º | 0.39% | 0.55% | - |
| HSV(B) | 289.33º | 0.48% | 0.73% | - |
| XYZ | 29.62 | 20.46 | 48.84 | - |
| YUV | 128.39 | 160.52 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 186 | 0.09 | 0.48 | 0 | 0.27 | 289.33 | 0.39 | 0.55 |
| Hex | AA | 60 | BA | 9 | 30 | 0 | 1B | 121 | 27 | 37 |
| Octal | 252 | 140 | 272 | 11 | 60 | 0 | 33 | 441 | 47 | 67 |
| Binary | 10101010 | 1100000 | 10111010 | 1001 | 110000 | 0 | 11011 | 100100001 | 100111 | 110111 |
Color Harmonies of #AA60BA
Complementary color
Monochromatic Colors of #AA60BA
Black with #AA60BA
Text Example
Text Example
White with #AA60BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60BA; }
p { color: rgb(170,96,186); }
H1.HeaderClassName
{
color: #AA60BA;
}
.AnyTagClassName
{
color: #AA60BA;
}
</style>
background-color css
<style>
a { background-color: #AA60BA; }
a { background-color: rgb(170,96,186); }
div.DivClassName
{
background-color: #AA60BA;
}
.BgClassName
{
background-color: #AA60BA;
}
</style>
border-color css
<style>
span { border-color: #AA60BA; }
span { border-color: rgb(170,96,186); }
td.TdClassName
{
border-color: #AA60BA;
}
.TagClassName
{
border-color: #AA60BA;
}
</style>