Shades of Deep Lilac #A54ECD
Tints of Deep Lilac #A54ECD
RGB
CMYK
RGB Variations
Color information
#A54ECD (or 0xA54ECD) is known color: Deep Lilac. HEX triplet: A5, 4E and CD. RGB value is (165,78,205). Sum of RGB (Red+Green+Blue) = 165+78+205=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #A54ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54ECD is #5AB132. Grayscale: #767676. Windows color (decimal): -5943603 or 13455013. OLE color: 13455013.
HSL color Cylindrical-coordinate representation of color #A54ECD: hue angle of 281.1º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A54ECD is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 78 | 205 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.20 |
| HSL | 281.1º | 0.56% | 0.55% | - |
| HSV(B) | 281.1º | 0.62% | 0.8% | - |
| XYZ | 29.26 | 17.86 | 59.66 | - |
| YUV | 118.49 | 176.82 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 205 | 0.20 | 0.62 | 0 | 0.20 | 281.1 | 0.56 | 0.55 |
| Hex | A5 | 4E | CD | 14 | 3E | 0 | 14 | 119 | 38 | 37 |
| Octal | 245 | 116 | 315 | 24 | 76 | 0 | 24 | 431 | 70 | 67 |
| Binary | 10100101 | 1001110 | 11001101 | 10100 | 111110 | 0 | 10100 | 100011001 | 111000 | 110111 |
Color Harmonies of #A54ECD
Complementary color
Monochromatic Colors of #A54ECD
Black with #A54ECD
Text Example
Text Example
White with #A54ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54ECD; }
p { color: rgb(165,78,205); }
H1.HeaderClassName
{
color: #A54ECD;
}
.AnyTagClassName
{
color: #A54ECD;
}
</style>
background-color css
<style>
a { background-color: #A54ECD; }
a { background-color: rgb(165,78,205); }
div.DivClassName
{
background-color: #A54ECD;
}
.BgClassName
{
background-color: #A54ECD;
}
</style>
border-color css
<style>
span { border-color: #A54ECD; }
span { border-color: rgb(165,78,205); }
td.TdClassName
{
border-color: #A54ECD;
}
.TagClassName
{
border-color: #A54ECD;
}
</style>