Shades of Deep Lilac #AA4AB6
Tints of Deep Lilac #AA4AB6
RGB
CMYK
RGB Variations
Color information
#AA4AB6 (or 0xAA4AB6) is known color: Deep Lilac. HEX triplet: AA, 4A and B6. RGB value is (170,74,182). Sum of RGB (Red+Green+Blue) = 170+74+182=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA4AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4AB6 is #55B549. Grayscale: #727272. Windows color (decimal): -5616970 or 11946666. OLE color: 11946666.
HSL color Cylindrical-coordinate representation of color #AA4AB6: hue angle of 293.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4AB6 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 74 | 182 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.29 |
| HSL | 293.33º | 0.43% | 0.5% | - |
| HSV(B) | 293.33º | 0.59% | 0.71% | - |
| XYZ | 27.47 | 16.82 | 46.05 | - |
| YUV | 115.02 | 165.8 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 182 | 0.07 | 0.59 | 0 | 0.29 | 293.33 | 0.43 | 0.5 |
| Hex | AA | 4A | B6 | 7 | 3B | 0 | 1D | 125 | 2B | 32 |
| Octal | 252 | 112 | 266 | 7 | 73 | 0 | 35 | 445 | 53 | 62 |
| Binary | 10101010 | 1001010 | 10110110 | 111 | 111011 | 0 | 11101 | 100100101 | 101011 | 110010 |
Color Harmonies of #AA4AB6
Complementary color
Monochromatic Colors of #AA4AB6
Black with #AA4AB6
Text Example
Text Example
White with #AA4AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4AB6; }
p { color: rgb(170,74,182); }
H1.HeaderClassName
{
color: #AA4AB6;
}
.AnyTagClassName
{
color: #AA4AB6;
}
</style>
background-color css
<style>
a { background-color: #AA4AB6; }
a { background-color: rgb(170,74,182); }
div.DivClassName
{
background-color: #AA4AB6;
}
.BgClassName
{
background-color: #AA4AB6;
}
</style>
border-color css
<style>
span { border-color: #AA4AB6; }
span { border-color: rgb(170,74,182); }
td.TdClassName
{
border-color: #AA4AB6;
}
.TagClassName
{
border-color: #AA4AB6;
}
</style>