Shades of Deep Lilac #AA63BD
Tints of Deep Lilac #AA63BD
RGB
CMYK
RGB Variations
Color information
#AA63BD (or 0xAA63BD) is known color: Deep Lilac. HEX triplet: AA, 63 and BD. RGB value is (170,99,189). Sum of RGB (Red+Green+Blue) = 170+99+189=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA63BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63BD is #559C42. Grayscale: #828282. Windows color (decimal): -5610563 or 12411818. OLE color: 12411818.
HSL color Cylindrical-coordinate representation of color #AA63BD: hue angle of 287.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA63BD is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 99 | 189 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.26 |
| HSL | 287.33º | 0.41% | 0.56% | - |
| HSV(B) | 287.33º | 0.48% | 0.74% | - |
| XYZ | 30.22 | 21.14 | 50.63 | - |
| YUV | 130.49 | 161.02 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 189 | 0.10 | 0.48 | 0 | 0.26 | 287.33 | 0.41 | 0.56 |
| Hex | AA | 63 | BD | A | 30 | 0 | 1A | 11F | 29 | 38 |
| Octal | 252 | 143 | 275 | 12 | 60 | 0 | 32 | 437 | 51 | 70 |
| Binary | 10101010 | 1100011 | 10111101 | 1010 | 110000 | 0 | 11010 | 100011111 | 101001 | 111000 |
Color Harmonies of #AA63BD
Complementary color
Monochromatic Colors of #AA63BD
Black with #AA63BD
Text Example
Text Example
White with #AA63BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63BD; }
p { color: rgb(170,99,189); }
H1.HeaderClassName
{
color: #AA63BD;
}
.AnyTagClassName
{
color: #AA63BD;
}
</style>
background-color css
<style>
a { background-color: #AA63BD; }
a { background-color: rgb(170,99,189); }
div.DivClassName
{
background-color: #AA63BD;
}
.BgClassName
{
background-color: #AA63BD;
}
</style>
border-color css
<style>
span { border-color: #AA63BD; }
span { border-color: rgb(170,99,189); }
td.TdClassName
{
border-color: #AA63BD;
}
.TagClassName
{
border-color: #AA63BD;
}
</style>