Shades of Deep Lilac #A14EC3
Tints of Deep Lilac #A14EC3
RGB
CMYK
RGB Variations
Color information
#A14EC3 (or 0xA14EC3) is known color: Deep Lilac. HEX triplet: A1, 4E and C3. RGB value is (161,78,195). Sum of RGB (Red+Green+Blue) = 161+78+195=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #A14EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14EC3 is #5EB13C. Grayscale: #737373. Windows color (decimal): -6205757 or 12799649. OLE color: 12799649.
HSL color Cylindrical-coordinate representation of color #A14EC3: hue angle of 282.56º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14EC3 is Cyan = 0.17, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 78 | 195 | - |
| CMYK | 0.17 | 0.6 | 0 | 0.24 |
| HSL | 282.56º | 0.49% | 0.54% | - |
| HSV(B) | 282.56º | 0.6% | 0.76% | - |
| XYZ | 27.27 | 16.97 | 53.47 | - |
| YUV | 116.16 | 172.5 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 195 | 0.17 | 0.6 | 0 | 0.24 | 282.56 | 0.49 | 0.54 |
| Hex | A1 | 4E | C3 | 11 | 3C | 0 | 18 | 11B | 31 | 36 |
| Octal | 241 | 116 | 303 | 21 | 74 | 0 | 30 | 433 | 61 | 66 |
| Binary | 10100001 | 1001110 | 11000011 | 10001 | 111100 | 0 | 11000 | 100011011 | 110001 | 110110 |
Color Harmonies of #A14EC3
Complementary color
Monochromatic Colors of #A14EC3
Black with #A14EC3
Text Example
Text Example
White with #A14EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14EC3; }
p { color: rgb(161,78,195); }
H1.HeaderClassName
{
color: #A14EC3;
}
.AnyTagClassName
{
color: #A14EC3;
}
</style>
background-color css
<style>
a { background-color: #A14EC3; }
a { background-color: rgb(161,78,195); }
div.DivClassName
{
background-color: #A14EC3;
}
.BgClassName
{
background-color: #A14EC3;
}
</style>
border-color css
<style>
span { border-color: #A14EC3; }
span { border-color: rgb(161,78,195); }
td.TdClassName
{
border-color: #A14EC3;
}
.TagClassName
{
border-color: #A14EC3;
}
</style>