Shades of Deep Lilac #A14ACD
Tints of Deep Lilac #A14ACD
RGB
CMYK
RGB Variations
Color information
#A14ACD (or 0xA14ACD) is known color: Deep Lilac. HEX triplet: A1, 4A and CD. RGB value is (161,74,205). Sum of RGB (Red+Green+Blue) = 161+74+205=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #A14ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14ACD is #5EB532. Grayscale: #727272. Windows color (decimal): -6206771 or 13453985. OLE color: 13453985.
HSL color Cylindrical-coordinate representation of color #A14ACD: hue angle of 279.85º degrees, saturation: 0.57, 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 #A14ACD is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 74 | 205 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.20 |
| HSL | 279.85º | 0.57% | 0.55% | - |
| HSV(B) | 279.85º | 0.64% | 0.8% | - |
| XYZ | 28.17 | 16.88 | 59.53 | - |
| YUV | 114.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 205 | 0.21 | 0.64 | 0 | 0.20 | 279.85 | 0.57 | 0.55 |
| Hex | A1 | 4A | CD | 15 | 40 | 0 | 14 | 118 | 39 | 37 |
| Octal | 241 | 112 | 315 | 25 | 100 | 0 | 24 | 430 | 71 | 67 |
| Binary | 10100001 | 1001010 | 11001101 | 10101 | 1000000 | 0 | 10100 | 100011000 | 111001 | 110111 |
Color Harmonies of #A14ACD
Complementary color
Monochromatic Colors of #A14ACD
Black with #A14ACD
Text Example
Text Example
White with #A14ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14ACD; }
p { color: rgb(161,74,205); }
H1.HeaderClassName
{
color: #A14ACD;
}
.AnyTagClassName
{
color: #A14ACD;
}
</style>
background-color css
<style>
a { background-color: #A14ACD; }
a { background-color: rgb(161,74,205); }
div.DivClassName
{
background-color: #A14ACD;
}
.BgClassName
{
background-color: #A14ACD;
}
</style>
border-color css
<style>
span { border-color: #A14ACD; }
span { border-color: rgb(161,74,205); }
td.TdClassName
{
border-color: #A14ACD;
}
.TagClassName
{
border-color: #A14ACD;
}
</style>