Shades of Deep Lilac #A14FCC
Tints of Deep Lilac #A14FCC
RGB
CMYK
RGB Variations
Color information
#A14FCC (or 0xA14FCC) is known color: Deep Lilac. HEX triplet: A1, 4F and CC. RGB value is (161,79,204). Sum of RGB (Red+Green+Blue) = 161+79+204=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #A14FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FCC is #5EB033. Grayscale: #757575. Windows color (decimal): -6205492 or 13389729. OLE color: 13389729.
HSL color Cylindrical-coordinate representation of color #A14FCC: hue angle of 279.36º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A14FCC is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 79 | 204 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.2 |
| HSL | 279.36º | 0.55% | 0.55% | - |
| HSV(B) | 279.36º | 0.61% | 0.8% | - |
| XYZ | 28.39 | 17.53 | 59.01 | - |
| YUV | 117.77 | 176.67 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 204 | 0.21 | 0.61 | 0 | 0.2 | 279.36 | 0.55 | 0.55 |
| Hex | A1 | 4F | CC | 15 | 3D | 0 | 14 | 117 | 37 | 37 |
| Octal | 241 | 117 | 314 | 25 | 75 | 0 | 24 | 427 | 67 | 67 |
| Binary | 10100001 | 1001111 | 11001100 | 10101 | 111101 | 0 | 10100 | 100010111 | 110111 | 110111 |
Color Harmonies of #A14FCC
Complementary color
Monochromatic Colors of #A14FCC
Black with #A14FCC
Text Example
Text Example
White with #A14FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FCC; }
p { color: rgb(161,79,204); }
H1.HeaderClassName
{
color: #A14FCC;
}
.AnyTagClassName
{
color: #A14FCC;
}
</style>
background-color css
<style>
a { background-color: #A14FCC; }
a { background-color: rgb(161,79,204); }
div.DivClassName
{
background-color: #A14FCC;
}
.BgClassName
{
background-color: #A14FCC;
}
</style>
border-color css
<style>
span { border-color: #A14FCC; }
span { border-color: rgb(161,79,204); }
td.TdClassName
{
border-color: #A14FCC;
}
.TagClassName
{
border-color: #A14FCC;
}
</style>