Shades of Deep Lilac #A84EC5
Tints of Deep Lilac #A84EC5
RGB
CMYK
RGB Variations
Color information
#A84EC5 (or 0xA84EC5) is known color: Deep Lilac. HEX triplet: A8, 4E and C5. RGB value is (168,78,197). Sum of RGB (Red+Green+Blue) = 168+78+197=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 197 - color contains mainly: blue. Hex color #A84EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84EC5 is #57B13A. Grayscale: #767676. Windows color (decimal): -5747003 or 12930728. OLE color: 12930728.
HSL color Cylindrical-coordinate representation of color #A84EC5: hue angle of 285.38º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84EC5 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 78 | 197 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.23 |
| HSL | 285.38º | 0.51% | 0.54% | - |
| HSV(B) | 285.38º | 0.6% | 0.77% | - |
| XYZ | 28.95 | 17.8 | 54.73 | - |
| YUV | 118.48 | 172.32 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 197 | 0.15 | 0.60 | 0 | 0.23 | 285.38 | 0.51 | 0.54 |
| Hex | A8 | 4E | C5 | F | 3C | 0 | 17 | 11D | 33 | 36 |
| Octal | 250 | 116 | 305 | 17 | 74 | 0 | 27 | 435 | 63 | 66 |
| Binary | 10101000 | 1001110 | 11000101 | 1111 | 111100 | 0 | 10111 | 100011101 | 110011 | 110110 |
Color Harmonies of #A84EC5
Complementary color
Monochromatic Colors of #A84EC5
Black with #A84EC5
Text Example
Text Example
White with #A84EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84EC5; }
p { color: rgb(168,78,197); }
H1.HeaderClassName
{
color: #A84EC5;
}
.AnyTagClassName
{
color: #A84EC5;
}
</style>
background-color css
<style>
a { background-color: #A84EC5; }
a { background-color: rgb(168,78,197); }
div.DivClassName
{
background-color: #A84EC5;
}
.BgClassName
{
background-color: #A84EC5;
}
</style>
border-color css
<style>
span { border-color: #A84EC5; }
span { border-color: rgb(168,78,197); }
td.TdClassName
{
border-color: #A84EC5;
}
.TagClassName
{
border-color: #A84EC5;
}
</style>