Shades of Deep Lilac #A14DBE
Tints of Deep Lilac #A14DBE
RGB
CMYK
RGB Variations
Color information
#A14DBE (or 0xA14DBE) is known color: Deep Lilac. HEX triplet: A1, 4D and BE. RGB value is (161,77,190). Sum of RGB (Red+Green+Blue) = 161+77+190=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #A14DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DBE is #5EB241. Grayscale: #727272. Windows color (decimal): -6206018 or 12471713. OLE color: 12471713.
HSL color Cylindrical-coordinate representation of color #A14DBE: hue angle of 284.6º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A14DBE is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 77 | 190 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.25 |
| HSL | 284.6º | 0.47% | 0.52% | - |
| HSV(B) | 284.6º | 0.59% | 0.75% | - |
| XYZ | 26.65 | 16.6 | 50.52 | - |
| YUV | 115 | 170.33 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 77 | 190 | 0.15 | 0.59 | 0 | 0.25 | 284.6 | 0.47 | 0.52 |
| Hex | A1 | 4D | BE | F | 3B | 0 | 19 | 11D | 2F | 34 |
| Octal | 241 | 115 | 276 | 17 | 73 | 0 | 31 | 435 | 57 | 64 |
| Binary | 10100001 | 1001101 | 10111110 | 1111 | 111011 | 0 | 11001 | 100011101 | 101111 | 110100 |
Color Harmonies of #A14DBE
Complementary color
Monochromatic Colors of #A14DBE
Black with #A14DBE
Text Example
Text Example
White with #A14DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14DBE; }
p { color: rgb(161,77,190); }
H1.HeaderClassName
{
color: #A14DBE;
}
.AnyTagClassName
{
color: #A14DBE;
}
</style>
background-color css
<style>
a { background-color: #A14DBE; }
a { background-color: rgb(161,77,190); }
div.DivClassName
{
background-color: #A14DBE;
}
.BgClassName
{
background-color: #A14DBE;
}
</style>
border-color css
<style>
span { border-color: #A14DBE; }
span { border-color: rgb(161,77,190); }
td.TdClassName
{
border-color: #A14DBE;
}
.TagClassName
{
border-color: #A14DBE;
}
</style>