Shades of Deep Lilac #A46CBA
Tints of Deep Lilac #A46CBA
RGB
CMYK
RGB Variations
Color information
#A46CBA (or 0xA46CBA) is known color: Deep Lilac. HEX triplet: A4, 6C and BA. RGB value is (164,108,186). Sum of RGB (Red+Green+Blue) = 164+108+186=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #A46CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CBA is #5B9345. Grayscale: #858585. Windows color (decimal): -6001478 or 12217508. OLE color: 12217508.
HSL color Cylindrical-coordinate representation of color #A46CBA: hue angle of 283.08º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A46CBA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 108 | 186 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.27 |
| HSL | 283.08º | 0.36% | 0.58% | - |
| HSV(B) | 283.08º | 0.42% | 0.73% | - |
| XYZ | 29.54 | 22.16 | 49.18 | - |
| YUV | 133.64 | 157.55 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 186 | 0.12 | 0.42 | 0 | 0.27 | 283.08 | 0.36 | 0.58 |
| Hex | A4 | 6C | BA | C | 2A | 0 | 1B | 11B | 24 | 3A |
| Octal | 244 | 154 | 272 | 14 | 52 | 0 | 33 | 433 | 44 | 72 |
| Binary | 10100100 | 1101100 | 10111010 | 1100 | 101010 | 0 | 11011 | 100011011 | 100100 | 111010 |
Color Harmonies of #A46CBA
Complementary color
Monochromatic Colors of #A46CBA
Black with #A46CBA
Text Example
Text Example
White with #A46CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CBA; }
p { color: rgb(164,108,186); }
H1.HeaderClassName
{
color: #A46CBA;
}
.AnyTagClassName
{
color: #A46CBA;
}
</style>
background-color css
<style>
a { background-color: #A46CBA; }
a { background-color: rgb(164,108,186); }
div.DivClassName
{
background-color: #A46CBA;
}
.BgClassName
{
background-color: #A46CBA;
}
</style>
border-color css
<style>
span { border-color: #A46CBA; }
span { border-color: rgb(164,108,186); }
td.TdClassName
{
border-color: #A46CBA;
}
.TagClassName
{
border-color: #A46CBA;
}
</style>