Shades of Deep Lilac #A14DBD
Tints of Deep Lilac #A14DBD
RGB
CMYK
RGB Variations
Color information
#A14DBD (or 0xA14DBD) is known color: Deep Lilac. HEX triplet: A1, 4D and BD. RGB value is (161,77,189). Sum of RGB (Red+Green+Blue) = 161+77+189=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #A14DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DBD is #5EB242. Grayscale: #727272. Windows color (decimal): -6206019 or 12406177. OLE color: 12406177.
HSL color Cylindrical-coordinate representation of color #A14DBD: hue angle of 285º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A14DBD is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 77 | 189 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.26 |
| HSL | 285º | 0.46% | 0.52% | - |
| HSV(B) | 285º | 0.59% | 0.74% | - |
| XYZ | 26.54 | 16.56 | 49.94 | - |
| YUV | 114.88 | 169.83 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 189 | 0.15 | 0.59 | 0 | 0.26 | 285 | 0.46 | 0.52 |
| Hex | A1 | 4D | BD | F | 3B | 0 | 1A | 11D | 2E | 34 |
| Octal | 241 | 115 | 275 | 17 | 73 | 0 | 32 | 435 | 56 | 64 |
| Binary | 10100001 | 1001101 | 10111101 | 1111 | 111011 | 0 | 11010 | 100011101 | 101110 | 110100 |
Color Harmonies of #A14DBD
Complementary color
Monochromatic Colors of #A14DBD
Black with #A14DBD
Text Example
Text Example
White with #A14DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DBD; }
p { color: rgb(161,77,189); }
H1.HeaderClassName
{
color: #A14DBD;
}
.AnyTagClassName
{
color: #A14DBD;
}
</style>
background-color css
<style>
a { background-color: #A14DBD; }
a { background-color: rgb(161,77,189); }
div.DivClassName
{
background-color: #A14DBD;
}
.BgClassName
{
background-color: #A14DBD;
}
</style>
border-color css
<style>
span { border-color: #A14DBD; }
span { border-color: rgb(161,77,189); }
td.TdClassName
{
border-color: #A14DBD;
}
.TagClassName
{
border-color: #A14DBD;
}
</style>