Shades of Deep Lilac #A54EBC
Tints of Deep Lilac #A54EBC
RGB
CMYK
RGB Variations
Color information
#A54EBC (or 0xA54EBC) is known color: Deep Lilac. HEX triplet: A5, 4E and BC. RGB value is (165,78,188). Sum of RGB (Red+Green+Blue) = 165+78+188=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #A54EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54EBC is #5AB143. Grayscale: #747474. Windows color (decimal): -5943620 or 12340901. OLE color: 12340901.
HSL color Cylindrical-coordinate representation of color #A54EBC: hue angle of 287.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A54EBC is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 78 | 188 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.26 |
| HSL | 287.45º | 0.45% | 0.52% | - |
| HSV(B) | 287.45º | 0.59% | 0.74% | - |
| XYZ | 27.32 | 17.08 | 49.43 | - |
| YUV | 116.55 | 168.32 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 188 | 0.12 | 0.59 | 0 | 0.26 | 287.45 | 0.45 | 0.52 |
| Hex | A5 | 4E | BC | C | 3B | 0 | 1A | 11F | 2D | 34 |
| Octal | 245 | 116 | 274 | 14 | 73 | 0 | 32 | 437 | 55 | 64 |
| Binary | 10100101 | 1001110 | 10111100 | 1100 | 111011 | 0 | 11010 | 100011111 | 101101 | 110100 |
Color Harmonies of #A54EBC
Complementary color
Monochromatic Colors of #A54EBC
Black with #A54EBC
Text Example
Text Example
White with #A54EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54EBC; }
p { color: rgb(165,78,188); }
H1.HeaderClassName
{
color: #A54EBC;
}
.AnyTagClassName
{
color: #A54EBC;
}
</style>
background-color css
<style>
a { background-color: #A54EBC; }
a { background-color: rgb(165,78,188); }
div.DivClassName
{
background-color: #A54EBC;
}
.BgClassName
{
background-color: #A54EBC;
}
</style>
border-color css
<style>
span { border-color: #A54EBC; }
span { border-color: rgb(165,78,188); }
td.TdClassName
{
border-color: #A54EBC;
}
.TagClassName
{
border-color: #A54EBC;
}
</style>