Shades of Deep Lilac #AA46BD
Tints of Deep Lilac #AA46BD
RGB
CMYK
RGB Variations
Color information
#AA46BD (or 0xAA46BD) is known color: Deep Lilac. HEX triplet: AA, 46 and BD. RGB value is (170,70,189). Sum of RGB (Red+Green+Blue) = 170+70+189=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA46BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA46BD is #55B942. Grayscale: #717171. Windows color (decimal): -5617987 or 12404394. OLE color: 12404394.
HSL color Cylindrical-coordinate representation of color #AA46BD: hue angle of 290.42º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA46BD is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 70 | 189 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.26 |
| HSL | 290.42º | 0.47% | 0.51% | - |
| HSV(B) | 290.42º | 0.63% | 0.74% | - |
| XYZ | 27.95 | 16.6 | 49.88 | - |
| YUV | 113.47 | 170.63 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 189 | 0.10 | 0.63 | 0 | 0.26 | 290.42 | 0.47 | 0.51 |
| Hex | AA | 46 | BD | A | 3F | 0 | 1A | 122 | 2F | 33 |
| Octal | 252 | 106 | 275 | 12 | 77 | 0 | 32 | 442 | 57 | 63 |
| Binary | 10101010 | 1000110 | 10111101 | 1010 | 111111 | 0 | 11010 | 100100010 | 101111 | 110011 |
Color Harmonies of #AA46BD
Complementary color
Monochromatic Colors of #AA46BD
Black with #AA46BD
Text Example
Text Example
White with #AA46BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA46BD; }
p { color: rgb(170,70,189); }
H1.HeaderClassName
{
color: #AA46BD;
}
.AnyTagClassName
{
color: #AA46BD;
}
</style>
background-color css
<style>
a { background-color: #AA46BD; }
a { background-color: rgb(170,70,189); }
div.DivClassName
{
background-color: #AA46BD;
}
.BgClassName
{
background-color: #AA46BD;
}
</style>
border-color css
<style>
span { border-color: #AA46BD; }
span { border-color: rgb(170,70,189); }
td.TdClassName
{
border-color: #AA46BD;
}
.TagClassName
{
border-color: #AA46BD;
}
</style>