Shades of Deep Lilac #A36CB9
Tints of Deep Lilac #A36CB9
RGB
CMYK
RGB Variations
Color information
#A36CB9 (or 0xA36CB9) is known color: Deep Lilac. HEX triplet: A3, 6C and B9. RGB value is (163,108,185). Sum of RGB (Red+Green+Blue) = 163+108+185=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #A36CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CB9 is #5C9346. Grayscale: #848484. Windows color (decimal): -6067015 or 12151971. OLE color: 12151971.
HSL color Cylindrical-coordinate representation of color #A36CB9: hue angle of 282.86º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A36CB9 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 108 | 185 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.27 |
| HSL | 282.86º | 0.35% | 0.57% | - |
| HSV(B) | 282.86º | 0.42% | 0.73% | - |
| XYZ | 29.22 | 22.01 | 48.61 | - |
| YUV | 133.22 | 157.22 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 185 | 0.12 | 0.42 | 0 | 0.27 | 282.86 | 0.35 | 0.57 |
| Hex | A3 | 6C | B9 | C | 2A | 0 | 1B | 11B | 23 | 39 |
| Octal | 243 | 154 | 271 | 14 | 52 | 0 | 33 | 433 | 43 | 71 |
| Binary | 10100011 | 1101100 | 10111001 | 1100 | 101010 | 0 | 11011 | 100011011 | 100011 | 111001 |
Color Harmonies of #A36CB9
Complementary color
Monochromatic Colors of #A36CB9
Black with #A36CB9
Text Example
Text Example
White with #A36CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36CB9; }
p { color: rgb(163,108,185); }
H1.HeaderClassName
{
color: #A36CB9;
}
.AnyTagClassName
{
color: #A36CB9;
}
</style>
background-color css
<style>
a { background-color: #A36CB9; }
a { background-color: rgb(163,108,185); }
div.DivClassName
{
background-color: #A36CB9;
}
.BgClassName
{
background-color: #A36CB9;
}
</style>
border-color css
<style>
span { border-color: #A36CB9; }
span { border-color: rgb(163,108,185); }
td.TdClassName
{
border-color: #A36CB9;
}
.TagClassName
{
border-color: #A36CB9;
}
</style>