Shades of Deep Lilac #A14CCF
Tints of Deep Lilac #A14CCF
RGB
CMYK
RGB Variations
Color information
#A14CCF (or 0xA14CCF) is known color: Deep Lilac. HEX triplet: A1, 4C and CF. RGB value is (161,76,207). Sum of RGB (Red+Green+Blue) = 161+76+207=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #A14CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CCF is #5EB330. Grayscale: #737373. Windows color (decimal): -6206257 or 13585569. OLE color: 13585569.
HSL color Cylindrical-coordinate representation of color #A14CCF: hue angle of 278.93º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A14CCF is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 76 | 207 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.19 |
| HSL | 278.93º | 0.58% | 0.55% | - |
| HSV(B) | 278.93º | 0.63% | 0.81% | - |
| XYZ | 28.54 | 17.25 | 60.86 | - |
| YUV | 116.35 | 179.16 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 207 | 0.22 | 0.63 | 0 | 0.19 | 278.93 | 0.58 | 0.55 |
| Hex | A1 | 4C | CF | 16 | 3F | 0 | 13 | 117 | 3A | 37 |
| Octal | 241 | 114 | 317 | 26 | 77 | 0 | 23 | 427 | 72 | 67 |
| Binary | 10100001 | 1001100 | 11001111 | 10110 | 111111 | 0 | 10011 | 100010111 | 111010 | 110111 |
Color Harmonies of #A14CCF
Complementary color
Monochromatic Colors of #A14CCF
Black with #A14CCF
Text Example
Text Example
White with #A14CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14CCF; }
p { color: rgb(161,76,207); }
H1.HeaderClassName
{
color: #A14CCF;
}
.AnyTagClassName
{
color: #A14CCF;
}
</style>
background-color css
<style>
a { background-color: #A14CCF; }
a { background-color: rgb(161,76,207); }
div.DivClassName
{
background-color: #A14CCF;
}
.BgClassName
{
background-color: #A14CCF;
}
</style>
border-color css
<style>
span { border-color: #A14CCF; }
span { border-color: rgb(161,76,207); }
td.TdClassName
{
border-color: #A14CCF;
}
.TagClassName
{
border-color: #A14CCF;
}
</style>