Shades of Deep Lilac #A14DB3
Tints of Deep Lilac #A14DB3
RGB
CMYK
RGB Variations
Color information
#A14DB3 (or 0xA14DB3) is known color: Deep Lilac. HEX triplet: A1, 4D and B3. RGB value is (161,77,179). Sum of RGB (Red+Green+Blue) = 161+77+179=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 179 - color contains mainly: blue. Hex color #A14DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DB3 is #5EB24C. Grayscale: #717171. Windows color (decimal): -6206029 or 11750817. OLE color: 11750817.
HSL color Cylindrical-coordinate representation of color #A14DB3: hue angle of 289.41º 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 #A14DB3 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 77 | 179 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.30 |
| HSL | 289.41º | 0.4% | 0.5% | - |
| HSV(B) | 289.41º | 0.57% | 0.7% | - |
| XYZ | 25.49 | 16.14 | 44.42 | - |
| YUV | 113.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 179 | 0.10 | 0.57 | 0 | 0.30 | 289.41 | 0.4 | 0.5 |
| Hex | A1 | 4D | B3 | A | 39 | 0 | 1E | 121 | 28 | 32 |
| Octal | 241 | 115 | 263 | 12 | 71 | 0 | 36 | 441 | 50 | 62 |
| Binary | 10100001 | 1001101 | 10110011 | 1010 | 111001 | 0 | 11110 | 100100001 | 101000 | 110010 |
Color Harmonies of #A14DB3
Complementary color
Monochromatic Colors of #A14DB3
Black with #A14DB3
Text Example
Text Example
White with #A14DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DB3; }
p { color: rgb(161,77,179); }
H1.HeaderClassName
{
color: #A14DB3;
}
.AnyTagClassName
{
color: #A14DB3;
}
</style>
background-color css
<style>
a { background-color: #A14DB3; }
a { background-color: rgb(161,77,179); }
div.DivClassName
{
background-color: #A14DB3;
}
.BgClassName
{
background-color: #A14DB3;
}
</style>
border-color css
<style>
span { border-color: #A14DB3; }
span { border-color: rgb(161,77,179); }
td.TdClassName
{
border-color: #A14DB3;
}
.TagClassName
{
border-color: #A14DB3;
}
</style>