Shades of Deep Lilac #AA63C3
Tints of Deep Lilac #AA63C3
RGB
CMYK
RGB Variations
Color information
#AA63C3 (or 0xAA63C3) is known color: Deep Lilac. HEX triplet: AA, 63 and C3. RGB value is (170,99,195). Sum of RGB (Red+Green+Blue) = 170+99+195=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA63C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63C3 is #559C3C. Grayscale: #828282. Windows color (decimal): -5610557 or 12805034. OLE color: 12805034.
HSL color Cylindrical-coordinate representation of color #AA63C3: hue angle of 284.38º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA63C3 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 99 | 195 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.24 |
| HSL | 284.38º | 0.44% | 0.58% | - |
| HSV(B) | 284.38º | 0.49% | 0.76% | - |
| XYZ | 30.89 | 21.41 | 54.13 | - |
| YUV | 131.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 195 | 0.13 | 0.49 | 0 | 0.24 | 284.38 | 0.44 | 0.58 |
| Hex | AA | 63 | C3 | D | 31 | 0 | 18 | 11C | 2C | 3A |
| Octal | 252 | 143 | 303 | 15 | 61 | 0 | 30 | 434 | 54 | 72 |
| Binary | 10101010 | 1100011 | 11000011 | 1101 | 110001 | 0 | 11000 | 100011100 | 101100 | 111010 |
Color Harmonies of #AA63C3
Complementary color
Monochromatic Colors of #AA63C3
Black with #AA63C3
Text Example
Text Example
White with #AA63C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63C3; }
p { color: rgb(170,99,195); }
H1.HeaderClassName
{
color: #AA63C3;
}
.AnyTagClassName
{
color: #AA63C3;
}
</style>
background-color css
<style>
a { background-color: #AA63C3; }
a { background-color: rgb(170,99,195); }
div.DivClassName
{
background-color: #AA63C3;
}
.BgClassName
{
background-color: #AA63C3;
}
</style>
border-color css
<style>
span { border-color: #AA63C3; }
span { border-color: rgb(170,99,195); }
td.TdClassName
{
border-color: #AA63C3;
}
.TagClassName
{
border-color: #AA63C3;
}
</style>