Shades of Deep Lilac #AA4ABA
Tints of Deep Lilac #AA4ABA
RGB
CMYK
RGB Variations
Color information
#AA4ABA (or 0xAA4ABA) is known color: Deep Lilac. HEX triplet: AA, 4A and BA. RGB value is (170,74,186). Sum of RGB (Red+Green+Blue) = 170+74+186=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA4ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4ABA is #55B545. Grayscale: #737373. Windows color (decimal): -5616966 or 12208810. OLE color: 12208810.
HSL color Cylindrical-coordinate representation of color #AA4ABA: hue angle of 291.43º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4ABA is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 74 | 186 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.27 |
| HSL | 291.43º | 0.45% | 0.51% | - |
| HSV(B) | 291.43º | 0.6% | 0.73% | - |
| XYZ | 27.89 | 16.99 | 48.26 | - |
| YUV | 115.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 186 | 0.09 | 0.60 | 0 | 0.27 | 291.43 | 0.45 | 0.51 |
| Hex | AA | 4A | BA | 9 | 3C | 0 | 1B | 123 | 2D | 33 |
| Octal | 252 | 112 | 272 | 11 | 74 | 0 | 33 | 443 | 55 | 63 |
| Binary | 10101010 | 1001010 | 10111010 | 1001 | 111100 | 0 | 11011 | 100100011 | 101101 | 110011 |
Color Harmonies of #AA4ABA
Complementary color
Monochromatic Colors of #AA4ABA
Black with #AA4ABA
Text Example
Text Example
White with #AA4ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4ABA; }
p { color: rgb(170,74,186); }
H1.HeaderClassName
{
color: #AA4ABA;
}
.AnyTagClassName
{
color: #AA4ABA;
}
</style>
background-color css
<style>
a { background-color: #AA4ABA; }
a { background-color: rgb(170,74,186); }
div.DivClassName
{
background-color: #AA4ABA;
}
.BgClassName
{
background-color: #AA4ABA;
}
</style>
border-color css
<style>
span { border-color: #AA4ABA; }
span { border-color: rgb(170,74,186); }
td.TdClassName
{
border-color: #AA4ABA;
}
.TagClassName
{
border-color: #AA4ABA;
}
</style>