Shades of Deep Lilac #A14CCC
Tints of Deep Lilac #A14CCC
RGB
CMYK
RGB Variations
Color information
#A14CCC (or 0xA14CCC) is known color: Deep Lilac. HEX triplet: A1, 4C and CC. RGB value is (161,76,204). Sum of RGB (Red+Green+Blue) = 161+76+204=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #A14CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CCC is #5EB333. Grayscale: #737373. Windows color (decimal): -6206260 or 13388961. OLE color: 13388961.
HSL color Cylindrical-coordinate representation of color #A14CCC: hue angle of 279.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A14CCC is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 76 | 204 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.2 |
| HSL | 279.84º | 0.56% | 0.55% | - |
| HSV(B) | 279.84º | 0.63% | 0.8% | - |
| XYZ | 28.18 | 17.11 | 58.94 | - |
| YUV | 116.01 | 177.66 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 204 | 0.21 | 0.63 | 0 | 0.2 | 279.84 | 0.56 | 0.55 |
| Hex | A1 | 4C | CC | 15 | 3F | 0 | 14 | 118 | 38 | 37 |
| Octal | 241 | 114 | 314 | 25 | 77 | 0 | 24 | 430 | 70 | 67 |
| Binary | 10100001 | 1001100 | 11001100 | 10101 | 111111 | 0 | 10100 | 100011000 | 111000 | 110111 |
Color Harmonies of #A14CCC
Complementary color
Monochromatic Colors of #A14CCC
Black with #A14CCC
Text Example
Text Example
White with #A14CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14CCC; }
p { color: rgb(161,76,204); }
H1.HeaderClassName
{
color: #A14CCC;
}
.AnyTagClassName
{
color: #A14CCC;
}
</style>
background-color css
<style>
a { background-color: #A14CCC; }
a { background-color: rgb(161,76,204); }
div.DivClassName
{
background-color: #A14CCC;
}
.BgClassName
{
background-color: #A14CCC;
}
</style>
border-color css
<style>
span { border-color: #A14CCC; }
span { border-color: rgb(161,76,204); }
td.TdClassName
{
border-color: #A14CCC;
}
.TagClassName
{
border-color: #A14CCC;
}
</style>