Shades of Deep Lilac #AA64BA
Tints of Deep Lilac #AA64BA
RGB
CMYK
RGB Variations
Color information
#AA64BA (or 0xAA64BA) is known color: Deep Lilac. HEX triplet: AA, 64 and BA. RGB value is (170,100,186). Sum of RGB (Red+Green+Blue) = 170+100+186=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA64BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64BA is #559B45. Grayscale: #828282. Windows color (decimal): -5610310 or 12215466. OLE color: 12215466.
HSL color Cylindrical-coordinate representation of color #AA64BA: hue angle of 288.84º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA64BA is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 100 | 186 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.27 |
| HSL | 288.84º | 0.38% | 0.56% | - |
| HSV(B) | 288.84º | 0.46% | 0.73% | - |
| XYZ | 30 | 21.21 | 48.97 | - |
| YUV | 130.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 186 | 0.09 | 0.46 | 0 | 0.27 | 288.84 | 0.38 | 0.56 |
| Hex | AA | 64 | BA | 9 | 2E | 0 | 1B | 121 | 26 | 38 |
| Octal | 252 | 144 | 272 | 11 | 56 | 0 | 33 | 441 | 46 | 70 |
| Binary | 10101010 | 1100100 | 10111010 | 1001 | 101110 | 0 | 11011 | 100100001 | 100110 | 111000 |
Color Harmonies of #AA64BA
Complementary color
Monochromatic Colors of #AA64BA
Black with #AA64BA
Text Example
Text Example
White with #AA64BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA64BA; }
p { color: rgb(170,100,186); }
H1.HeaderClassName
{
color: #AA64BA;
}
.AnyTagClassName
{
color: #AA64BA;
}
</style>
background-color css
<style>
a { background-color: #AA64BA; }
a { background-color: rgb(170,100,186); }
div.DivClassName
{
background-color: #AA64BA;
}
.BgClassName
{
background-color: #AA64BA;
}
</style>
border-color css
<style>
span { border-color: #AA64BA; }
span { border-color: rgb(170,100,186); }
td.TdClassName
{
border-color: #AA64BA;
}
.TagClassName
{
border-color: #AA64BA;
}
</style>