Shades of Deep Lilac #A759B9
Tints of Deep Lilac #A759B9
RGB
CMYK
RGB Variations
Color information
#A759B9 (or 0xA759B9) is known color: Deep Lilac. HEX triplet: A7, 59 and B9. RGB value is (167,89,185). Sum of RGB (Red+Green+Blue) = 167+89+185=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #A759B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A759B9 is #58A646. Grayscale: #7A7A7A. Windows color (decimal): -5809735 or 12147111. OLE color: 12147111.
HSL color Cylindrical-coordinate representation of color #A759B9: hue angle of 288.75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A759B9 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 89 | 185 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.27 |
| HSL | 288.75º | 0.41% | 0.54% | - |
| HSV(B) | 288.75º | 0.52% | 0.73% | - |
| XYZ | 28.27 | 18.86 | 48.05 | - |
| YUV | 123.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 185 | 0.10 | 0.52 | 0 | 0.27 | 288.75 | 0.41 | 0.54 |
| Hex | A7 | 59 | B9 | A | 34 | 0 | 1B | 121 | 29 | 36 |
| Octal | 247 | 131 | 271 | 12 | 64 | 0 | 33 | 441 | 51 | 66 |
| Binary | 10100111 | 1011001 | 10111001 | 1010 | 110100 | 0 | 11011 | 100100001 | 101001 | 110110 |
Color Harmonies of #A759B9
Complementary color
Monochromatic Colors of #A759B9
Black with #A759B9
Text Example
Text Example
White with #A759B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A759B9; }
p { color: rgb(167,89,185); }
H1.HeaderClassName
{
color: #A759B9;
}
.AnyTagClassName
{
color: #A759B9;
}
</style>
background-color css
<style>
a { background-color: #A759B9; }
a { background-color: rgb(167,89,185); }
div.DivClassName
{
background-color: #A759B9;
}
.BgClassName
{
background-color: #A759B9;
}
</style>
border-color css
<style>
span { border-color: #A759B9; }
span { border-color: rgb(167,89,185); }
td.TdClassName
{
border-color: #A759B9;
}
.TagClassName
{
border-color: #A759B9;
}
</style>