Shades of Deep Lilac #AA63C6
Tints of Deep Lilac #AA63C6
RGB
CMYK
RGB Variations
Color information
#AA63C6 (or 0xAA63C6) is known color: Deep Lilac. HEX triplet: AA, 63 and C6. RGB value is (170,99,198). Sum of RGB (Red+Green+Blue) = 170+99+198=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA63C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63C6 is #559C39. Grayscale: #838383. Windows color (decimal): -5610554 or 13001642. OLE color: 13001642.
HSL color Cylindrical-coordinate representation of color #AA63C6: hue angle of 283.03º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA63C6 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 99 | 198 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.22 |
| HSL | 283.03º | 0.46% | 0.58% | - |
| HSV(B) | 283.03º | 0.5% | 0.78% | - |
| XYZ | 31.23 | 21.55 | 55.94 | - |
| YUV | 131.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 198 | 0.14 | 0.50 | 0 | 0.22 | 283.03 | 0.46 | 0.58 |
| Hex | AA | 63 | C6 | E | 32 | 0 | 16 | 11B | 2E | 3A |
| Octal | 252 | 143 | 306 | 16 | 62 | 0 | 26 | 433 | 56 | 72 |
| Binary | 10101010 | 1100011 | 11000110 | 1110 | 110010 | 0 | 10110 | 100011011 | 101110 | 111010 |
Color Harmonies of #AA63C6
Complementary color
Monochromatic Colors of #AA63C6
Black with #AA63C6
Text Example
Text Example
White with #AA63C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63C6; }
p { color: rgb(170,99,198); }
H1.HeaderClassName
{
color: #AA63C6;
}
.AnyTagClassName
{
color: #AA63C6;
}
</style>
background-color css
<style>
a { background-color: #AA63C6; }
a { background-color: rgb(170,99,198); }
div.DivClassName
{
background-color: #AA63C6;
}
.BgClassName
{
background-color: #AA63C6;
}
</style>
border-color css
<style>
span { border-color: #AA63C6; }
span { border-color: rgb(170,99,198); }
td.TdClassName
{
border-color: #AA63C6;
}
.TagClassName
{
border-color: #AA63C6;
}
</style>