Shades of Deep Lilac #AA60C6
Tints of Deep Lilac #AA60C6
RGB
CMYK
RGB Variations
Color information
#AA60C6 (or 0xAA60C6) is known color: Deep Lilac. HEX triplet: AA, 60 and C6. RGB value is (170,96,198). Sum of RGB (Red+Green+Blue) = 170+96+198=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA60C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA60C6 is #559F39. Grayscale: #818181. Windows color (decimal): -5611322 or 13000874. OLE color: 13000874.
HSL color Cylindrical-coordinate representation of color #AA60C6: hue angle of 283.53º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA60C6 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 96 | 198 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.22 |
| HSL | 283.53º | 0.47% | 0.58% | - |
| HSV(B) | 283.53º | 0.52% | 0.78% | - |
| XYZ | 30.95 | 20.99 | 55.85 | - |
| YUV | 129.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 198 | 0.14 | 0.52 | 0 | 0.22 | 283.53 | 0.47 | 0.58 |
| Hex | AA | 60 | C6 | E | 34 | 0 | 16 | 11C | 2F | 3A |
| Octal | 252 | 140 | 306 | 16 | 64 | 0 | 26 | 434 | 57 | 72 |
| Binary | 10101010 | 1100000 | 11000110 | 1110 | 110100 | 0 | 10110 | 100011100 | 101111 | 111010 |
Color Harmonies of #AA60C6
Complementary color
Monochromatic Colors of #AA60C6
Black with #AA60C6
Text Example
Text Example
White with #AA60C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA60C6; }
p { color: rgb(170,96,198); }
H1.HeaderClassName
{
color: #AA60C6;
}
.AnyTagClassName
{
color: #AA60C6;
}
</style>
background-color css
<style>
a { background-color: #AA60C6; }
a { background-color: rgb(170,96,198); }
div.DivClassName
{
background-color: #AA60C6;
}
.BgClassName
{
background-color: #AA60C6;
}
</style>
border-color css
<style>
span { border-color: #AA60C6; }
span { border-color: rgb(170,96,198); }
td.TdClassName
{
border-color: #AA60C6;
}
.TagClassName
{
border-color: #AA60C6;
}
</style>