Shades of Deep Lilac #AA61BA
Tints of Deep Lilac #AA61BA
RGB
CMYK
RGB Variations
Color information
#AA61BA (or 0xAA61BA) is known color: Deep Lilac. HEX triplet: AA, 61 and BA. RGB value is (170,97,186). Sum of RGB (Red+Green+Blue) = 170+97+186=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA61BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61BA is #559E45. Grayscale: #808080. Windows color (decimal): -5611078 or 12214698. OLE color: 12214698.
HSL color Cylindrical-coordinate representation of color #AA61BA: hue angle of 289.21º 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 #AA61BA is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 97 | 186 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.27 |
| HSL | 289.21º | 0.39% | 0.55% | - |
| HSV(B) | 289.21º | 0.48% | 0.73% | - |
| XYZ | 29.72 | 20.64 | 48.87 | - |
| YUV | 128.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 186 | 0.09 | 0.48 | 0 | 0.27 | 289.21 | 0.39 | 0.55 |
| Hex | AA | 61 | BA | 9 | 30 | 0 | 1B | 121 | 27 | 37 |
| Octal | 252 | 141 | 272 | 11 | 60 | 0 | 33 | 441 | 47 | 67 |
| Binary | 10101010 | 1100001 | 10111010 | 1001 | 110000 | 0 | 11011 | 100100001 | 100111 | 110111 |
Color Harmonies of #AA61BA
Complementary color
Monochromatic Colors of #AA61BA
Black with #AA61BA
Text Example
Text Example
White with #AA61BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA61BA; }
p { color: rgb(170,97,186); }
H1.HeaderClassName
{
color: #AA61BA;
}
.AnyTagClassName
{
color: #AA61BA;
}
</style>
background-color css
<style>
a { background-color: #AA61BA; }
a { background-color: rgb(170,97,186); }
div.DivClassName
{
background-color: #AA61BA;
}
.BgClassName
{
background-color: #AA61BA;
}
</style>
border-color css
<style>
span { border-color: #AA61BA; }
span { border-color: rgb(170,97,186); }
td.TdClassName
{
border-color: #AA61BA;
}
.TagClassName
{
border-color: #AA61BA;
}
</style>