Shades of Deep Lilac #A14AC6
Tints of Deep Lilac #A14AC6
RGB
CMYK
RGB Variations
Color information
#A14AC6 (or 0xA14AC6) is known color: Deep Lilac. HEX triplet: A1, 4A and C6. RGB value is (161,74,198). Sum of RGB (Red+Green+Blue) = 161+74+198=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #A14AC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14AC6 is #5EB539. Grayscale: #717171. Windows color (decimal): -6206778 or 12995233. OLE color: 12995233.
HSL color Cylindrical-coordinate representation of color #A14AC6: hue angle of 282.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A14AC6 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 74 | 198 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.22 |
| HSL | 282.1º | 0.52% | 0.53% | - |
| HSV(B) | 282.1º | 0.63% | 0.78% | - |
| XYZ | 27.34 | 16.55 | 55.18 | - |
| YUV | 114.15 | 175.32 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 198 | 0.19 | 0.63 | 0 | 0.22 | 282.1 | 0.52 | 0.53 |
| Hex | A1 | 4A | C6 | 13 | 3F | 0 | 16 | 11A | 34 | 35 |
| Octal | 241 | 112 | 306 | 23 | 77 | 0 | 26 | 432 | 64 | 65 |
| Binary | 10100001 | 1001010 | 11000110 | 10011 | 111111 | 0 | 10110 | 100011010 | 110100 | 110101 |
Color Harmonies of #A14AC6
Complementary color
Monochromatic Colors of #A14AC6
Black with #A14AC6
Text Example
Text Example
White with #A14AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14AC6; }
p { color: rgb(161,74,198); }
H1.HeaderClassName
{
color: #A14AC6;
}
.AnyTagClassName
{
color: #A14AC6;
}
</style>
background-color css
<style>
a { background-color: #A14AC6; }
a { background-color: rgb(161,74,198); }
div.DivClassName
{
background-color: #A14AC6;
}
.BgClassName
{
background-color: #A14AC6;
}
</style>
border-color css
<style>
span { border-color: #A14AC6; }
span { border-color: rgb(161,74,198); }
td.TdClassName
{
border-color: #A14AC6;
}
.TagClassName
{
border-color: #A14AC6;
}
</style>