Shades of Deep Lilac #AA62C6
Tints of Deep Lilac #AA62C6
RGB
CMYK
RGB Variations
Color information
#AA62C6 (or 0xAA62C6) is known color: Deep Lilac. HEX triplet: AA, 62 and C6. RGB value is (170,98,198). Sum of RGB (Red+Green+Blue) = 170+98+198=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA62C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62C6 is #559D39. Grayscale: #828282. Windows color (decimal): -5610810 or 13001386. OLE color: 13001386.
HSL color Cylindrical-coordinate representation of color #AA62C6: hue angle of 283.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA62C6 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 98 | 198 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.22 |
| HSL | 283.2º | 0.47% | 0.58% | - |
| HSV(B) | 283.2º | 0.51% | 0.78% | - |
| XYZ | 31.14 | 21.36 | 55.91 | - |
| YUV | 130.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 198 | 0.14 | 0.51 | 0 | 0.22 | 283.2 | 0.47 | 0.58 |
| Hex | AA | 62 | C6 | E | 33 | 0 | 16 | 11B | 2F | 3A |
| Octal | 252 | 142 | 306 | 16 | 63 | 0 | 26 | 433 | 57 | 72 |
| Binary | 10101010 | 1100010 | 11000110 | 1110 | 110011 | 0 | 10110 | 100011011 | 101111 | 111010 |
Color Harmonies of #AA62C6
Complementary color
Monochromatic Colors of #AA62C6
Black with #AA62C6
Text Example
Text Example
White with #AA62C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA62C6; }
p { color: rgb(170,98,198); }
H1.HeaderClassName
{
color: #AA62C6;
}
.AnyTagClassName
{
color: #AA62C6;
}
</style>
background-color css
<style>
a { background-color: #AA62C6; }
a { background-color: rgb(170,98,198); }
div.DivClassName
{
background-color: #AA62C6;
}
.BgClassName
{
background-color: #AA62C6;
}
</style>
border-color css
<style>
span { border-color: #AA62C6; }
span { border-color: rgb(170,98,198); }
td.TdClassName
{
border-color: #AA62C6;
}
.TagClassName
{
border-color: #AA62C6;
}
</style>