Shades of Deep Lilac #AA46BA
Tints of Deep Lilac #AA46BA
RGB
CMYK
RGB Variations
Color information
#AA46BA (or 0xAA46BA) is known color: Deep Lilac. HEX triplet: AA, 46 and BA. RGB value is (170,70,186). Sum of RGB (Red+Green+Blue) = 170+70+186=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA46BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA46BA is #55B945. Grayscale: #707070. Windows color (decimal): -5617990 or 12207786. OLE color: 12207786.
HSL color Cylindrical-coordinate representation of color #AA46BA: hue angle of 291.72º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA46BA is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 70 | 186 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.27 |
| HSL | 291.72º | 0.46% | 0.5% | - |
| HSV(B) | 291.72º | 0.62% | 0.73% | - |
| XYZ | 27.63 | 16.47 | 48.18 | - |
| YUV | 113.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 186 | 0.09 | 0.62 | 0 | 0.27 | 291.72 | 0.46 | 0.5 |
| Hex | AA | 46 | BA | 9 | 3E | 0 | 1B | 124 | 2E | 32 |
| Octal | 252 | 106 | 272 | 11 | 76 | 0 | 33 | 444 | 56 | 62 |
| Binary | 10101010 | 1000110 | 10111010 | 1001 | 111110 | 0 | 11011 | 100100100 | 101110 | 110010 |
Color Harmonies of #AA46BA
Complementary color
Monochromatic Colors of #AA46BA
Black with #AA46BA
Text Example
Text Example
White with #AA46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA46BA; }
p { color: rgb(170,70,186); }
H1.HeaderClassName
{
color: #AA46BA;
}
.AnyTagClassName
{
color: #AA46BA;
}
</style>
background-color css
<style>
a { background-color: #AA46BA; }
a { background-color: rgb(170,70,186); }
div.DivClassName
{
background-color: #AA46BA;
}
.BgClassName
{
background-color: #AA46BA;
}
</style>
border-color css
<style>
span { border-color: #AA46BA; }
span { border-color: rgb(170,70,186); }
td.TdClassName
{
border-color: #AA46BA;
}
.TagClassName
{
border-color: #AA46BA;
}
</style>