Shades of Deep Lilac #A14ACC
Tints of Deep Lilac #A14ACC
RGB
CMYK
RGB Variations
Color information
#A14ACC (or 0xA14ACC) is known color: Deep Lilac. HEX triplet: A1, 4A and CC. RGB value is (161,74,204). Sum of RGB (Red+Green+Blue) = 161+74+204=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #A14ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14ACC is #5EB533. Grayscale: #727272. Windows color (decimal): -6206772 or 13388449. OLE color: 13388449.
HSL color Cylindrical-coordinate representation of color #A14ACC: hue angle of 280.15º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A14ACC is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 74 | 204 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.2 |
| HSL | 280.15º | 0.56% | 0.55% | - |
| HSV(B) | 280.15º | 0.64% | 0.8% | - |
| XYZ | 28.05 | 16.83 | 58.9 | - |
| YUV | 114.83 | 178.32 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 204 | 0.21 | 0.64 | 0 | 0.2 | 280.15 | 0.56 | 0.55 |
| Hex | A1 | 4A | CC | 15 | 40 | 0 | 14 | 118 | 38 | 37 |
| Octal | 241 | 112 | 314 | 25 | 100 | 0 | 24 | 430 | 70 | 67 |
| Binary | 10100001 | 1001010 | 11001100 | 10101 | 1000000 | 0 | 10100 | 100011000 | 111000 | 110111 |
Color Harmonies of #A14ACC
Complementary color
Monochromatic Colors of #A14ACC
Black with #A14ACC
Text Example
Text Example
White with #A14ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14ACC; }
p { color: rgb(161,74,204); }
H1.HeaderClassName
{
color: #A14ACC;
}
.AnyTagClassName
{
color: #A14ACC;
}
</style>
background-color css
<style>
a { background-color: #A14ACC; }
a { background-color: rgb(161,74,204); }
div.DivClassName
{
background-color: #A14ACC;
}
.BgClassName
{
background-color: #A14ACC;
}
</style>
border-color css
<style>
span { border-color: #A14ACC; }
span { border-color: rgb(161,74,204); }
td.TdClassName
{
border-color: #A14ACC;
}
.TagClassName
{
border-color: #A14ACC;
}
</style>