Shades of Deep Lilac #A14CCA
Tints of Deep Lilac #A14CCA
RGB
CMYK
RGB Variations
Color information
#A14CCA (or 0xA14CCA) is known color: Deep Lilac. HEX triplet: A1, 4C and CA. RGB value is (161,76,202). Sum of RGB (Red+Green+Blue) = 161+76+202=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #A14CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CCA is #5EB335. Grayscale: #737373. Windows color (decimal): -6206262 or 13257889. OLE color: 13257889.
HSL color Cylindrical-coordinate representation of color #A14CCA: hue angle of 280.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A14CCA is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 76 | 202 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.21 |
| HSL | 280.48º | 0.54% | 0.55% | - |
| HSV(B) | 280.48º | 0.62% | 0.79% | - |
| XYZ | 27.94 | 17.01 | 57.69 | - |
| YUV | 115.78 | 176.66 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 202 | 0.20 | 0.62 | 0 | 0.21 | 280.48 | 0.54 | 0.55 |
| Hex | A1 | 4C | CA | 14 | 3E | 0 | 15 | 118 | 36 | 37 |
| Octal | 241 | 114 | 312 | 24 | 76 | 0 | 25 | 430 | 66 | 67 |
| Binary | 10100001 | 1001100 | 11001010 | 10100 | 111110 | 0 | 10101 | 100011000 | 110110 | 110111 |
Color Harmonies of #A14CCA
Complementary color
Monochromatic Colors of #A14CCA
Black with #A14CCA
Text Example
Text Example
White with #A14CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14CCA; }
p { color: rgb(161,76,202); }
H1.HeaderClassName
{
color: #A14CCA;
}
.AnyTagClassName
{
color: #A14CCA;
}
</style>
background-color css
<style>
a { background-color: #A14CCA; }
a { background-color: rgb(161,76,202); }
div.DivClassName
{
background-color: #A14CCA;
}
.BgClassName
{
background-color: #A14CCA;
}
</style>
border-color css
<style>
span { border-color: #A14CCA; }
span { border-color: rgb(161,76,202); }
td.TdClassName
{
border-color: #A14CCA;
}
.TagClassName
{
border-color: #A14CCA;
}
</style>