Shades of Deep Lilac #A54DB9
Tints of Deep Lilac #A54DB9
RGB
CMYK
RGB Variations
Color information
#A54DB9 (or 0xA54DB9) is known color: Deep Lilac. HEX triplet: A5, 4D and B9. RGB value is (165,77,185). Sum of RGB (Red+Green+Blue) = 165+77+185=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 185 - color contains mainly: blue. Hex color #A54DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DB9 is #5AB246. Grayscale: #737373. Windows color (decimal): -5943879 or 12144037. OLE color: 12144037.
HSL color Cylindrical-coordinate representation of color #A54DB9: hue angle of 288.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54DB9 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 77 | 185 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.27 |
| HSL | 288.89º | 0.44% | 0.51% | - |
| HSV(B) | 288.89º | 0.58% | 0.73% | - |
| XYZ | 26.93 | 16.81 | 47.72 | - |
| YUV | 115.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 185 | 0.11 | 0.58 | 0 | 0.27 | 288.89 | 0.44 | 0.51 |
| Hex | A5 | 4D | B9 | B | 3A | 0 | 1B | 121 | 2C | 33 |
| Octal | 245 | 115 | 271 | 13 | 72 | 0 | 33 | 441 | 54 | 63 |
| Binary | 10100101 | 1001101 | 10111001 | 1011 | 111010 | 0 | 11011 | 100100001 | 101100 | 110011 |
Color Harmonies of #A54DB9
Complementary color
Monochromatic Colors of #A54DB9
Black with #A54DB9
Text Example
Text Example
White with #A54DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DB9; }
p { color: rgb(165,77,185); }
H1.HeaderClassName
{
color: #A54DB9;
}
.AnyTagClassName
{
color: #A54DB9;
}
</style>
background-color css
<style>
a { background-color: #A54DB9; }
a { background-color: rgb(165,77,185); }
div.DivClassName
{
background-color: #A54DB9;
}
.BgClassName
{
background-color: #A54DB9;
}
</style>
border-color css
<style>
span { border-color: #A54DB9; }
span { border-color: rgb(165,77,185); }
td.TdClassName
{
border-color: #A54DB9;
}
.TagClassName
{
border-color: #A54DB9;
}
</style>