Shades of Deep Lilac #AA63B9
Tints of Deep Lilac #AA63B9
RGB
CMYK
RGB Variations
Color information
#AA63B9 (or 0xAA63B9) is known color: Deep Lilac. HEX triplet: AA, 63 and B9. RGB value is (170,99,185). Sum of RGB (Red+Green+Blue) = 170+99+185=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA63B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63B9 is #559C46. Grayscale: #818181. Windows color (decimal): -5610567 or 12149674. OLE color: 12149674.
HSL color Cylindrical-coordinate representation of color #AA63B9: hue angle of 289.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA63B9 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 99 | 185 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.27 |
| HSL | 289.53º | 0.38% | 0.56% | - |
| HSV(B) | 289.53º | 0.46% | 0.73% | - |
| XYZ | 29.8 | 20.97 | 48.38 | - |
| YUV | 130.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 185 | 0.08 | 0.46 | 0 | 0.27 | 289.53 | 0.38 | 0.56 |
| Hex | AA | 63 | B9 | 8 | 2E | 0 | 1B | 122 | 26 | 38 |
| Octal | 252 | 143 | 271 | 10 | 56 | 0 | 33 | 442 | 46 | 70 |
| Binary | 10101010 | 1100011 | 10111001 | 1000 | 101110 | 0 | 11011 | 100100010 | 100110 | 111000 |
Color Harmonies of #AA63B9
Complementary color
Monochromatic Colors of #AA63B9
Black with #AA63B9
Text Example
Text Example
White with #AA63B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA63B9; }
p { color: rgb(170,99,185); }
H1.HeaderClassName
{
color: #AA63B9;
}
.AnyTagClassName
{
color: #AA63B9;
}
</style>
background-color css
<style>
a { background-color: #AA63B9; }
a { background-color: rgb(170,99,185); }
div.DivClassName
{
background-color: #AA63B9;
}
.BgClassName
{
background-color: #AA63B9;
}
</style>
border-color css
<style>
span { border-color: #AA63B9; }
span { border-color: rgb(170,99,185); }
td.TdClassName
{
border-color: #AA63B9;
}
.TagClassName
{
border-color: #AA63B9;
}
</style>