Shades of Deep Lilac #A14DB2
Tints of Deep Lilac #A14DB2
RGB
CMYK
RGB Variations
Color information
#A14DB2 (or 0xA14DB2) is known color: Deep Lilac. HEX triplet: A1, 4D and B2. RGB value is (161,77,178). Sum of RGB (Red+Green+Blue) = 161+77+178=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 178 - color contains mainly: blue. Hex color #A14DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14DB2 is #5EB24D. Grayscale: #717171. Windows color (decimal): -6206030 or 11685281. OLE color: 11685281.
HSL color Cylindrical-coordinate representation of color #A14DB2: hue angle of 289.9º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14DB2 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 77 | 178 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.30 |
| HSL | 289.9º | 0.4% | 0.5% | - |
| HSV(B) | 289.9º | 0.57% | 0.7% | - |
| XYZ | 25.39 | 16.1 | 43.89 | - |
| YUV | 113.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 178 | 0.10 | 0.57 | 0 | 0.30 | 289.9 | 0.4 | 0.5 |
| Hex | A1 | 4D | B2 | A | 39 | 0 | 1E | 122 | 28 | 32 |
| Octal | 241 | 115 | 262 | 12 | 71 | 0 | 36 | 442 | 50 | 62 |
| Binary | 10100001 | 1001101 | 10110010 | 1010 | 111001 | 0 | 11110 | 100100010 | 101000 | 110010 |
Color Harmonies of #A14DB2
Complementary color
Monochromatic Colors of #A14DB2
Black with #A14DB2
Text Example
Text Example
White with #A14DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DB2; }
p { color: rgb(161,77,178); }
H1.HeaderClassName
{
color: #A14DB2;
}
.AnyTagClassName
{
color: #A14DB2;
}
</style>
background-color css
<style>
a { background-color: #A14DB2; }
a { background-color: rgb(161,77,178); }
div.DivClassName
{
background-color: #A14DB2;
}
.BgClassName
{
background-color: #A14DB2;
}
</style>
border-color css
<style>
span { border-color: #A14DB2; }
span { border-color: rgb(161,77,178); }
td.TdClassName
{
border-color: #A14DB2;
}
.TagClassName
{
border-color: #A14DB2;
}
</style>