Shades of Deep Lilac #A46ABB
Tints of Deep Lilac #A46ABB
RGB
CMYK
RGB Variations
Color information
#A46ABB (or 0xA46ABB) is known color: Deep Lilac. HEX triplet: A4, 6A and BB. RGB value is (164,106,187). Sum of RGB (Red+Green+Blue) = 164+106+187=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #A46ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ABB is #5B9544. Grayscale: #848484. Windows color (decimal): -6001989 or 12282532. OLE color: 12282532.
HSL color Cylindrical-coordinate representation of color #A46ABB: hue angle of 282.96º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A46ABB is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 106 | 187 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.27 |
| HSL | 282.96º | 0.37% | 0.57% | - |
| HSV(B) | 282.96º | 0.43% | 0.73% | - |
| XYZ | 29.43 | 21.79 | 49.67 | - |
| YUV | 132.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 187 | 0.12 | 0.43 | 0 | 0.27 | 282.96 | 0.37 | 0.57 |
| Hex | A4 | 6A | BB | C | 2B | 0 | 1B | 11B | 25 | 39 |
| Octal | 244 | 152 | 273 | 14 | 53 | 0 | 33 | 433 | 45 | 71 |
| Binary | 10100100 | 1101010 | 10111011 | 1100 | 101011 | 0 | 11011 | 100011011 | 100101 | 111001 |
Color Harmonies of #A46ABB
Complementary color
Monochromatic Colors of #A46ABB
Black with #A46ABB
Text Example
Text Example
White with #A46ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46ABB; }
p { color: rgb(164,106,187); }
H1.HeaderClassName
{
color: #A46ABB;
}
.AnyTagClassName
{
color: #A46ABB;
}
</style>
background-color css
<style>
a { background-color: #A46ABB; }
a { background-color: rgb(164,106,187); }
div.DivClassName
{
background-color: #A46ABB;
}
.BgClassName
{
background-color: #A46ABB;
}
</style>
border-color css
<style>
span { border-color: #A46ABB; }
span { border-color: rgb(164,106,187); }
td.TdClassName
{
border-color: #A46ABB;
}
.TagClassName
{
border-color: #A46ABB;
}
</style>