Shades of Deep Lilac #A14FC3
Tints of Deep Lilac #A14FC3
RGB
CMYK
RGB Variations
Color information
#A14FC3 (or 0xA14FC3) is known color: Deep Lilac. HEX triplet: A1, 4F and C3. RGB value is (161,79,195). Sum of RGB (Red+Green+Blue) = 161+79+195=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 195 - color contains mainly: blue. Hex color #A14FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FC3 is #5EB03C. Grayscale: #747474. Windows color (decimal): -6205501 or 12799905. OLE color: 12799905.
HSL color Cylindrical-coordinate representation of color #A14FC3: hue angle of 282.41º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A14FC3 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 79 | 195 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.24 |
| HSL | 282.41º | 0.49% | 0.54% | - |
| HSV(B) | 282.41º | 0.59% | 0.76% | - |
| XYZ | 27.34 | 17.11 | 53.49 | - |
| YUV | 116.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 79 | 195 | 0.17 | 0.59 | 0 | 0.24 | 282.41 | 0.49 | 0.54 |
| Hex | A1 | 4F | C3 | 11 | 3B | 0 | 18 | 11A | 31 | 36 |
| Octal | 241 | 117 | 303 | 21 | 73 | 0 | 30 | 432 | 61 | 66 |
| Binary | 10100001 | 1001111 | 11000011 | 10001 | 111011 | 0 | 11000 | 100011010 | 110001 | 110110 |
Color Harmonies of #A14FC3
Complementary color
Monochromatic Colors of #A14FC3
Black with #A14FC3
Text Example
Text Example
White with #A14FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14FC3; }
p { color: rgb(161,79,195); }
H1.HeaderClassName
{
color: #A14FC3;
}
.AnyTagClassName
{
color: #A14FC3;
}
</style>
background-color css
<style>
a { background-color: #A14FC3; }
a { background-color: rgb(161,79,195); }
div.DivClassName
{
background-color: #A14FC3;
}
.BgClassName
{
background-color: #A14FC3;
}
</style>
border-color css
<style>
span { border-color: #A14FC3; }
span { border-color: rgb(161,79,195); }
td.TdClassName
{
border-color: #A14FC3;
}
.TagClassName
{
border-color: #A14FC3;
}
</style>