Shades of Deep Lilac #A54EC0
Tints of Deep Lilac #A54EC0
RGB
CMYK
RGB Variations
Color information
#A54EC0 (or 0xA54EC0) is known color: Deep Lilac. HEX triplet: A5, 4E and C0. RGB value is (165,78,192). Sum of RGB (Red+Green+Blue) = 165+78+192=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #A54EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54EC0 is #5AB13F. Grayscale: #747474. Windows color (decimal): -5943616 or 12603045. OLE color: 12603045.
HSL color Cylindrical-coordinate representation of color #A54EC0: hue angle of 285.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A54EC0 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 78 | 192 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.25 |
| HSL | 285.79º | 0.48% | 0.53% | - |
| HSV(B) | 285.79º | 0.59% | 0.75% | - |
| XYZ | 27.76 | 17.25 | 51.74 | - |
| YUV | 117.01 | 170.32 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 192 | 0.14 | 0.59 | 0 | 0.25 | 285.79 | 0.48 | 0.53 |
| Hex | A5 | 4E | C0 | E | 3B | 0 | 19 | 11E | 30 | 35 |
| Octal | 245 | 116 | 300 | 16 | 73 | 0 | 31 | 436 | 60 | 65 |
| Binary | 10100101 | 1001110 | 11000000 | 1110 | 111011 | 0 | 11001 | 100011110 | 110000 | 110101 |
Color Harmonies of #A54EC0
Complementary color
Monochromatic Colors of #A54EC0
Black with #A54EC0
Text Example
Text Example
White with #A54EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54EC0; }
p { color: rgb(165,78,192); }
H1.HeaderClassName
{
color: #A54EC0;
}
.AnyTagClassName
{
color: #A54EC0;
}
</style>
background-color css
<style>
a { background-color: #A54EC0; }
a { background-color: rgb(165,78,192); }
div.DivClassName
{
background-color: #A54EC0;
}
.BgClassName
{
background-color: #A54EC0;
}
</style>
border-color css
<style>
span { border-color: #A54EC0; }
span { border-color: rgb(165,78,192); }
td.TdClassName
{
border-color: #A54EC0;
}
.TagClassName
{
border-color: #A54EC0;
}
</style>