Shades of Deep Lilac #A54ECC
Tints of Deep Lilac #A54ECC
RGB
CMYK
RGB Variations
Color information
#A54ECC (or 0xA54ECC) is known color: Deep Lilac. HEX triplet: A5, 4E and CC. RGB value is (165,78,204). Sum of RGB (Red+Green+Blue) = 165+78+204=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #A54ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54ECC is #5AB133. Grayscale: #757575. Windows color (decimal): -5943604 or 13389477. OLE color: 13389477.
HSL color Cylindrical-coordinate representation of color #A54ECC: hue angle of 281.43º degrees, saturation: 0.55, 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 #A54ECC is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 78 | 204 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.2 |
| HSL | 281.43º | 0.55% | 0.55% | - |
| HSV(B) | 281.43º | 0.62% | 0.8% | - |
| XYZ | 29.14 | 17.81 | 59.03 | - |
| YUV | 118.38 | 176.32 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 78 | 204 | 0.19 | 0.62 | 0 | 0.2 | 281.43 | 0.55 | 0.55 |
| Hex | A5 | 4E | CC | 13 | 3E | 0 | 14 | 119 | 37 | 37 |
| Octal | 245 | 116 | 314 | 23 | 76 | 0 | 24 | 431 | 67 | 67 |
| Binary | 10100101 | 1001110 | 11001100 | 10011 | 111110 | 0 | 10100 | 100011001 | 110111 | 110111 |
Color Harmonies of #A54ECC
Complementary color
Monochromatic Colors of #A54ECC
Black with #A54ECC
Text Example
Text Example
White with #A54ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54ECC; }
p { color: rgb(165,78,204); }
H1.HeaderClassName
{
color: #A54ECC;
}
.AnyTagClassName
{
color: #A54ECC;
}
</style>
background-color css
<style>
a { background-color: #A54ECC; }
a { background-color: rgb(165,78,204); }
div.DivClassName
{
background-color: #A54ECC;
}
.BgClassName
{
background-color: #A54ECC;
}
</style>
border-color css
<style>
span { border-color: #A54ECC; }
span { border-color: rgb(165,78,204); }
td.TdClassName
{
border-color: #A54ECC;
}
.TagClassName
{
border-color: #A54ECC;
}
</style>