Shades of Deep Lilac #A54EB5
Tints of Deep Lilac #A54EB5
RGB
CMYK
RGB Variations
Color information
#A54EB5 (or 0xA54EB5) is known color: Deep Lilac. HEX triplet: A5, 4E and B5. RGB value is (165,78,181). Sum of RGB (Red+Green+Blue) = 165+78+181=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 181 - color contains mainly: blue. Hex color #A54EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54EB5 is #5AB14A. Grayscale: #737373. Windows color (decimal): -5943627 or 11882149. OLE color: 11882149.
HSL color Cylindrical-coordinate representation of color #A54EB5: hue angle of 290.68º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54EB5 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 78 | 181 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.29 |
| HSL | 290.68º | 0.41% | 0.51% | - |
| HSV(B) | 290.68º | 0.57% | 0.71% | - |
| XYZ | 26.58 | 16.78 | 45.55 | - |
| YUV | 115.76 | 164.82 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 181 | 0.09 | 0.57 | 0 | 0.29 | 290.68 | 0.41 | 0.51 |
| Hex | A5 | 4E | B5 | 9 | 39 | 0 | 1D | 123 | 29 | 33 |
| Octal | 245 | 116 | 265 | 11 | 71 | 0 | 35 | 443 | 51 | 63 |
| Binary | 10100101 | 1001110 | 10110101 | 1001 | 111001 | 0 | 11101 | 100100011 | 101001 | 110011 |
Color Harmonies of #A54EB5
Complementary color
Monochromatic Colors of #A54EB5
Black with #A54EB5
Text Example
Text Example
White with #A54EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54EB5; }
p { color: rgb(165,78,181); }
H1.HeaderClassName
{
color: #A54EB5;
}
.AnyTagClassName
{
color: #A54EB5;
}
</style>
background-color css
<style>
a { background-color: #A54EB5; }
a { background-color: rgb(165,78,181); }
div.DivClassName
{
background-color: #A54EB5;
}
.BgClassName
{
background-color: #A54EB5;
}
</style>
border-color css
<style>
span { border-color: #A54EB5; }
span { border-color: rgb(165,78,181); }
td.TdClassName
{
border-color: #A54EB5;
}
.TagClassName
{
border-color: #A54EB5;
}
</style>