Shades of Deep Lilac #A54EBA
Tints of Deep Lilac #A54EBA
RGB
CMYK
RGB Variations
Color information
#A54EBA (or 0xA54EBA) is known color: Deep Lilac. HEX triplet: A5, 4E and BA. RGB value is (165,78,186). Sum of RGB (Red+Green+Blue) = 165+78+186=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #A54EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54EBA is #5AB145. Grayscale: #737373. Windows color (decimal): -5943622 or 12209829. OLE color: 12209829.
HSL color Cylindrical-coordinate representation of color #A54EBA: hue angle of 288.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54EBA is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 78 | 186 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.27 |
| HSL | 288.33º | 0.44% | 0.52% | - |
| HSV(B) | 288.33º | 0.58% | 0.73% | - |
| XYZ | 27.1 | 16.99 | 48.31 | - |
| YUV | 116.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 186 | 0.11 | 0.58 | 0 | 0.27 | 288.33 | 0.44 | 0.52 |
| Hex | A5 | 4E | BA | B | 3A | 0 | 1B | 120 | 2C | 34 |
| Octal | 245 | 116 | 272 | 13 | 72 | 0 | 33 | 440 | 54 | 64 |
| Binary | 10100101 | 1001110 | 10111010 | 1011 | 111010 | 0 | 11011 | 100100000 | 101100 | 110100 |
Color Harmonies of #A54EBA
Complementary color
Monochromatic Colors of #A54EBA
Black with #A54EBA
Text Example
Text Example
White with #A54EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54EBA; }
p { color: rgb(165,78,186); }
H1.HeaderClassName
{
color: #A54EBA;
}
.AnyTagClassName
{
color: #A54EBA;
}
</style>
background-color css
<style>
a { background-color: #A54EBA; }
a { background-color: rgb(165,78,186); }
div.DivClassName
{
background-color: #A54EBA;
}
.BgClassName
{
background-color: #A54EBA;
}
</style>
border-color css
<style>
span { border-color: #A54EBA; }
span { border-color: rgb(165,78,186); }
td.TdClassName
{
border-color: #A54EBA;
}
.TagClassName
{
border-color: #A54EBA;
}
</style>