Shades of Deep Lilac #A14DAD
Tints of Deep Lilac #A14DAD
RGB
CMYK
RGB Variations
Color information
#A14DAD (or 0xA14DAD) is known color: Deep Lilac. HEX triplet: A1, 4D and AD. RGB value is (161,77,173). Sum of RGB (Red+Green+Blue) = 161+77+173=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #A14DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14DAD is #5EB252. Grayscale: #707070. Windows color (decimal): -6206035 or 11357601. OLE color: 11357601.
HSL color Cylindrical-coordinate representation of color #A14DAD: hue angle of 292.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14DAD is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 77 | 173 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.32 |
| HSL | 292.5º | 0.38% | 0.49% | - |
| HSV(B) | 292.5º | 0.55% | 0.68% | - |
| XYZ | 24.89 | 15.9 | 41.29 | - |
| YUV | 113.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 173 | 0.07 | 0.55 | 0 | 0.32 | 292.5 | 0.38 | 0.49 |
| Hex | A1 | 4D | AD | 7 | 37 | 0 | 20 | 124 | 26 | 31 |
| Octal | 241 | 115 | 255 | 7 | 67 | 0 | 40 | 444 | 46 | 61 |
| Binary | 10100001 | 1001101 | 10101101 | 111 | 110111 | 0 | 100000 | 100100100 | 100110 | 110001 |
Color Harmonies of #A14DAD
Complementary color
Monochromatic Colors of #A14DAD
Black with #A14DAD
Text Example
Text Example
White with #A14DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DAD; }
p { color: rgb(161,77,173); }
H1.HeaderClassName
{
color: #A14DAD;
}
.AnyTagClassName
{
color: #A14DAD;
}
</style>
background-color css
<style>
a { background-color: #A14DAD; }
a { background-color: rgb(161,77,173); }
div.DivClassName
{
background-color: #A14DAD;
}
.BgClassName
{
background-color: #A14DAD;
}
</style>
border-color css
<style>
span { border-color: #A14DAD; }
span { border-color: rgb(161,77,173); }
td.TdClassName
{
border-color: #A14DAD;
}
.TagClassName
{
border-color: #A14DAD;
}
</style>