Shades of Deep Lilac #AA64C6
Tints of Deep Lilac #AA64C6
RGB
CMYK
RGB Variations
Color information
#AA64C6 (or 0xAA64C6) is known color: Deep Lilac. HEX triplet: AA, 64 and C6. RGB value is (170,100,198). Sum of RGB (Red+Green+Blue) = 170+100+198=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA64C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64C6 is #559B39. Grayscale: #838383. Windows color (decimal): -5610298 or 13001898. OLE color: 13001898.
HSL color Cylindrical-coordinate representation of color #AA64C6: hue angle of 282.86º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA64C6 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 100 | 198 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.22 |
| HSL | 282.86º | 0.46% | 0.58% | - |
| HSV(B) | 282.86º | 0.49% | 0.78% | - |
| XYZ | 31.33 | 21.74 | 55.97 | - |
| YUV | 132.1 | 165.19 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 198 | 0.14 | 0.49 | 0 | 0.22 | 282.86 | 0.46 | 0.58 |
| Hex | AA | 64 | C6 | E | 31 | 0 | 16 | 11B | 2E | 3A |
| Octal | 252 | 144 | 306 | 16 | 61 | 0 | 26 | 433 | 56 | 72 |
| Binary | 10101010 | 1100100 | 11000110 | 1110 | 110001 | 0 | 10110 | 100011011 | 101110 | 111010 |
Color Harmonies of #AA64C6
Complementary color
Monochromatic Colors of #AA64C6
Black with #AA64C6
Text Example
Text Example
White with #AA64C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA64C6; }
p { color: rgb(170,100,198); }
H1.HeaderClassName
{
color: #AA64C6;
}
.AnyTagClassName
{
color: #AA64C6;
}
</style>
background-color css
<style>
a { background-color: #AA64C6; }
a { background-color: rgb(170,100,198); }
div.DivClassName
{
background-color: #AA64C6;
}
.BgClassName
{
background-color: #AA64C6;
}
</style>
border-color css
<style>
span { border-color: #AA64C6; }
span { border-color: rgb(170,100,198); }
td.TdClassName
{
border-color: #AA64C6;
}
.TagClassName
{
border-color: #AA64C6;
}
</style>