Shades of Deep Lilac #A14DCF
Tints of Deep Lilac #A14DCF
RGB
CMYK
RGB Variations
Color information
#A14DCF (or 0xA14DCF) is known color: Deep Lilac. HEX triplet: A1, 4D and CF. RGB value is (161,77,207). Sum of RGB (Red+Green+Blue) = 161+77+207=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #A14DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DCF is #5EB230. Grayscale: #747474. Windows color (decimal): -6206001 or 13585825. OLE color: 13585825.
HSL color Cylindrical-coordinate representation of color #A14DCF: hue angle of 278.77º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A14DCF is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 77 | 207 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.19 |
| HSL | 278.77º | 0.58% | 0.56% | - |
| HSV(B) | 278.77º | 0.63% | 0.81% | - |
| XYZ | 28.61 | 17.39 | 60.88 | - |
| YUV | 116.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 207 | 0.22 | 0.63 | 0 | 0.19 | 278.77 | 0.58 | 0.56 |
| Hex | A1 | 4D | CF | 16 | 3F | 0 | 13 | 117 | 3A | 38 |
| Octal | 241 | 115 | 317 | 26 | 77 | 0 | 23 | 427 | 72 | 70 |
| Binary | 10100001 | 1001101 | 11001111 | 10110 | 111111 | 0 | 10011 | 100010111 | 111010 | 111000 |
Color Harmonies of #A14DCF
Complementary color
Monochromatic Colors of #A14DCF
Black with #A14DCF
Text Example
Text Example
White with #A14DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DCF; }
p { color: rgb(161,77,207); }
H1.HeaderClassName
{
color: #A14DCF;
}
.AnyTagClassName
{
color: #A14DCF;
}
</style>
background-color css
<style>
a { background-color: #A14DCF; }
a { background-color: rgb(161,77,207); }
div.DivClassName
{
background-color: #A14DCF;
}
.BgClassName
{
background-color: #A14DCF;
}
</style>
border-color css
<style>
span { border-color: #A14DCF; }
span { border-color: rgb(161,77,207); }
td.TdClassName
{
border-color: #A14DCF;
}
.TagClassName
{
border-color: #A14DCF;
}
</style>