Shades of Deep Lilac #A54ECF
Tints of Deep Lilac #A54ECF
RGB
CMYK
RGB Variations
Color information
#A54ECF (or 0xA54ECF) is known color: Deep Lilac. HEX triplet: A5, 4E and CF. RGB value is (165,78,207). Sum of RGB (Red+Green+Blue) = 165+78+207=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #A54ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54ECF is #5AB130. Grayscale: #767676. Windows color (decimal): -5943601 or 13586085. OLE color: 13586085.
HSL color Cylindrical-coordinate representation of color #A54ECF: hue angle of 280.47º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A54ECF is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 78 | 207 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.19 |
| HSL | 280.47º | 0.57% | 0.56% | - |
| HSV(B) | 280.47º | 0.62% | 0.81% | - |
| XYZ | 29.5 | 17.95 | 60.94 | - |
| YUV | 118.72 | 177.82 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 207 | 0.20 | 0.62 | 0 | 0.19 | 280.47 | 0.57 | 0.56 |
| Hex | A5 | 4E | CF | 14 | 3E | 0 | 13 | 118 | 39 | 38 |
| Octal | 245 | 116 | 317 | 24 | 76 | 0 | 23 | 430 | 71 | 70 |
| Binary | 10100101 | 1001110 | 11001111 | 10100 | 111110 | 0 | 10011 | 100011000 | 111001 | 111000 |
Color Harmonies of #A54ECF
Complementary color
Monochromatic Colors of #A54ECF
Black with #A54ECF
Text Example
Text Example
White with #A54ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54ECF; }
p { color: rgb(165,78,207); }
H1.HeaderClassName
{
color: #A54ECF;
}
.AnyTagClassName
{
color: #A54ECF;
}
</style>
background-color css
<style>
a { background-color: #A54ECF; }
a { background-color: rgb(165,78,207); }
div.DivClassName
{
background-color: #A54ECF;
}
.BgClassName
{
background-color: #A54ECF;
}
</style>
border-color css
<style>
span { border-color: #A54ECF; }
span { border-color: rgb(165,78,207); }
td.TdClassName
{
border-color: #A54ECF;
}
.TagClassName
{
border-color: #A54ECF;
}
</style>