Shades of Deep Lilac #AA46B8
Tints of Deep Lilac #AA46B8
RGB
CMYK
RGB Variations
Color information
#AA46B8 (or 0xAA46B8) is known color: Deep Lilac. HEX triplet: AA, 46 and B8. RGB value is (170,70,184). Sum of RGB (Red+Green+Blue) = 170+70+184=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA46B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA46B8 is #55B947. Grayscale: #707070. Windows color (decimal): -5617992 or 12076714. OLE color: 12076714.
HSL color Cylindrical-coordinate representation of color #AA46B8: hue angle of 292.63º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA46B8 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 70 | 184 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.28 |
| HSL | 292.63º | 0.45% | 0.5% | - |
| HSV(B) | 292.63º | 0.62% | 0.72% | - |
| XYZ | 27.42 | 16.39 | 47.07 | - |
| YUV | 112.9 | 168.13 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 184 | 0.08 | 0.62 | 0 | 0.28 | 292.63 | 0.45 | 0.5 |
| Hex | AA | 46 | B8 | 8 | 3E | 0 | 1C | 125 | 2D | 32 |
| Octal | 252 | 106 | 270 | 10 | 76 | 0 | 34 | 445 | 55 | 62 |
| Binary | 10101010 | 1000110 | 10111000 | 1000 | 111110 | 0 | 11100 | 100100101 | 101101 | 110010 |
Color Harmonies of #AA46B8
Complementary color
Monochromatic Colors of #AA46B8
Black with #AA46B8
Text Example
Text Example
White with #AA46B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA46B8; }
p { color: rgb(170,70,184); }
H1.HeaderClassName
{
color: #AA46B8;
}
.AnyTagClassName
{
color: #AA46B8;
}
</style>
background-color css
<style>
a { background-color: #AA46B8; }
a { background-color: rgb(170,70,184); }
div.DivClassName
{
background-color: #AA46B8;
}
.BgClassName
{
background-color: #AA46B8;
}
</style>
border-color css
<style>
span { border-color: #AA46B8; }
span { border-color: rgb(170,70,184); }
td.TdClassName
{
border-color: #AA46B8;
}
.TagClassName
{
border-color: #AA46B8;
}
</style>