Shades of Deep Lilac #A14ECF
Tints of Deep Lilac #A14ECF
RGB
CMYK
RGB Variations
Color information
#A14ECF (or 0xA14ECF) is known color: Deep Lilac. HEX triplet: A1, 4E and CF. RGB value is (161,78,207). Sum of RGB (Red+Green+Blue) = 161+78+207=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #A14ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14ECF is #5EB130. Grayscale: #757575. Windows color (decimal): -6205745 or 13586081. OLE color: 13586081.
HSL color Cylindrical-coordinate representation of color #A14ECF: hue angle of 278.6º 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 #A14ECF is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 78 | 207 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.19 |
| HSL | 278.6º | 0.57% | 0.56% | - |
| HSV(B) | 278.6º | 0.62% | 0.81% | - |
| XYZ | 28.68 | 17.53 | 60.9 | - |
| YUV | 117.52 | 178.5 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 207 | 0.22 | 0.62 | 0 | 0.19 | 278.6 | 0.57 | 0.56 |
| Hex | A1 | 4E | CF | 16 | 3E | 0 | 13 | 117 | 39 | 38 |
| Octal | 241 | 116 | 317 | 26 | 76 | 0 | 23 | 427 | 71 | 70 |
| Binary | 10100001 | 1001110 | 11001111 | 10110 | 111110 | 0 | 10011 | 100010111 | 111001 | 111000 |
Color Harmonies of #A14ECF
Complementary color
Monochromatic Colors of #A14ECF
Black with #A14ECF
Text Example
Text Example
White with #A14ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14ECF; }
p { color: rgb(161,78,207); }
H1.HeaderClassName
{
color: #A14ECF;
}
.AnyTagClassName
{
color: #A14ECF;
}
</style>
background-color css
<style>
a { background-color: #A14ECF; }
a { background-color: rgb(161,78,207); }
div.DivClassName
{
background-color: #A14ECF;
}
.BgClassName
{
background-color: #A14ECF;
}
</style>
border-color css
<style>
span { border-color: #A14ECF; }
span { border-color: rgb(161,78,207); }
td.TdClassName
{
border-color: #A14ECF;
}
.TagClassName
{
border-color: #A14ECF;
}
</style>