Shades of Deep Lilac #A140B9
Tints of Deep Lilac #A140B9
RGB
CMYK
RGB Variations
Color information
#A140B9 (or 0xA140B9) is known color: Deep Lilac. HEX triplet: A1, 40 and B9. RGB value is (161,64,185). Sum of RGB (Red+Green+Blue) = 161+64+185=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #A140B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140B9 is #5EBF46. Grayscale: #6A6A6A. Windows color (decimal): -6209351 or 12140705. OLE color: 12140705.
HSL color Cylindrical-coordinate representation of color #A140B9: hue angle of 288.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A140B9 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 64 | 185 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.27 |
| HSL | 288.1º | 0.49% | 0.49% | - |
| HSV(B) | 288.1º | 0.65% | 0.73% | - |
| XYZ | 25.29 | 14.75 | 47.41 | - |
| YUV | 106.8 | 172.14 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 185 | 0.13 | 0.65 | 0 | 0.27 | 288.1 | 0.49 | 0.49 |
| Hex | A1 | 40 | B9 | D | 41 | 0 | 1B | 120 | 31 | 31 |
| Octal | 241 | 100 | 271 | 15 | 101 | 0 | 33 | 440 | 61 | 61 |
| Binary | 10100001 | 1000000 | 10111001 | 1101 | 1000001 | 0 | 11011 | 100100000 | 110001 | 110001 |
Color Harmonies of #A140B9
Complementary color
Monochromatic Colors of #A140B9
Black with #A140B9
Text Example
Text Example
White with #A140B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A140B9; }
p { color: rgb(161,64,185); }
H1.HeaderClassName
{
color: #A140B9;
}
.AnyTagClassName
{
color: #A140B9;
}
</style>
background-color css
<style>
a { background-color: #A140B9; }
a { background-color: rgb(161,64,185); }
div.DivClassName
{
background-color: #A140B9;
}
.BgClassName
{
background-color: #A140B9;
}
</style>
border-color css
<style>
span { border-color: #A140B9; }
span { border-color: rgb(161,64,185); }
td.TdClassName
{
border-color: #A140B9;
}
.TagClassName
{
border-color: #A140B9;
}
</style>