Shades of Deep Lilac #AA64B9
Tints of Deep Lilac #AA64B9
RGB
CMYK
RGB Variations
Color information
#AA64B9 (or 0xAA64B9) is known color: Deep Lilac. HEX triplet: AA, 64 and B9. RGB value is (170,100,185). Sum of RGB (Red+Green+Blue) = 170+100+185=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA64B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64B9 is #559B46. Grayscale: #828282. Windows color (decimal): -5610311 or 12149930. OLE color: 12149930.
HSL color Cylindrical-coordinate representation of color #AA64B9: hue angle of 289.41º 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 #AA64B9 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 100 | 185 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.27 |
| HSL | 289.41º | 0.38% | 0.56% | - |
| HSV(B) | 289.41º | 0.46% | 0.73% | - |
| XYZ | 29.89 | 21.16 | 48.41 | - |
| YUV | 130.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 185 | 0.08 | 0.46 | 0 | 0.27 | 289.41 | 0.38 | 0.56 |
| Hex | AA | 64 | B9 | 8 | 2E | 0 | 1B | 121 | 26 | 38 |
| Octal | 252 | 144 | 271 | 10 | 56 | 0 | 33 | 441 | 46 | 70 |
| Binary | 10101010 | 1100100 | 10111001 | 1000 | 101110 | 0 | 11011 | 100100001 | 100110 | 111000 |
Color Harmonies of #AA64B9
Complementary color
Monochromatic Colors of #AA64B9
Black with #AA64B9
Text Example
Text Example
White with #AA64B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA64B9; }
p { color: rgb(170,100,185); }
H1.HeaderClassName
{
color: #AA64B9;
}
.AnyTagClassName
{
color: #AA64B9;
}
</style>
background-color css
<style>
a { background-color: #AA64B9; }
a { background-color: rgb(170,100,185); }
div.DivClassName
{
background-color: #AA64B9;
}
.BgClassName
{
background-color: #AA64B9;
}
</style>
border-color css
<style>
span { border-color: #AA64B9; }
span { border-color: rgb(170,100,185); }
td.TdClassName
{
border-color: #AA64B9;
}
.TagClassName
{
border-color: #AA64B9;
}
</style>