Shades of Deep Lilac #A54AB9
Tints of Deep Lilac #A54AB9
RGB
CMYK
RGB Variations
Color information
#A54AB9 (or 0xA54AB9) is known color: Deep Lilac. HEX triplet: A5, 4A and B9. RGB value is (165,74,185). Sum of RGB (Red+Green+Blue) = 165+74+185=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #A54AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54AB9 is #5AB546. Grayscale: #717171. Windows color (decimal): -5944647 or 12143269. OLE color: 12143269.
HSL color Cylindrical-coordinate representation of color #A54AB9: hue angle of 289.19º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54AB9 is Cyan = 0.11, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 74 | 185 | - |
| CMYK | 0.11 | 0.6 | 0 | 0.27 |
| HSL | 289.19º | 0.44% | 0.51% | - |
| HSV(B) | 289.19º | 0.6% | 0.73% | - |
| XYZ | 26.72 | 16.4 | 47.66 | - |
| YUV | 113.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 74 | 185 | 0.11 | 0.6 | 0 | 0.27 | 289.19 | 0.44 | 0.51 |
| Hex | A5 | 4A | B9 | B | 3C | 0 | 1B | 121 | 2C | 33 |
| Octal | 245 | 112 | 271 | 13 | 74 | 0 | 33 | 441 | 54 | 63 |
| Binary | 10100101 | 1001010 | 10111001 | 1011 | 111100 | 0 | 11011 | 100100001 | 101100 | 110011 |
Color Harmonies of #A54AB9
Complementary color
Monochromatic Colors of #A54AB9
Black with #A54AB9
Text Example
Text Example
White with #A54AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54AB9; }
p { color: rgb(165,74,185); }
H1.HeaderClassName
{
color: #A54AB9;
}
.AnyTagClassName
{
color: #A54AB9;
}
</style>
background-color css
<style>
a { background-color: #A54AB9; }
a { background-color: rgb(165,74,185); }
div.DivClassName
{
background-color: #A54AB9;
}
.BgClassName
{
background-color: #A54AB9;
}
</style>
border-color css
<style>
span { border-color: #A54AB9; }
span { border-color: rgb(165,74,185); }
td.TdClassName
{
border-color: #A54AB9;
}
.TagClassName
{
border-color: #A54AB9;
}
</style>