Shades of Deep Lilac #A041B9
Tints of Deep Lilac #A041B9
RGB
CMYK
RGB Variations
Color information
#A041B9 (or 0xA041B9) is known color: Deep Lilac. HEX triplet: A0, 41 and B9. RGB value is (160,65,185). Sum of RGB (Red+Green+Blue) = 160+65+185=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 65 (25.78% from 255 or 15.85% 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 #A041B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A041B9 is #5FBE46. Grayscale: #6A6A6A. Windows color (decimal): -6274631 or 12140960. OLE color: 12140960.
HSL color Cylindrical-coordinate representation of color #A041B9: hue angle of 287.5º degrees, saturation: 0.48, 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 #A041B9 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 65 | 185 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.27 |
| HSL | 287.5º | 0.48% | 0.49% | - |
| HSV(B) | 287.5º | 0.65% | 0.73% | - |
| XYZ | 25.14 | 14.76 | 47.42 | - |
| YUV | 107.09 | 171.97 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 185 | 0.14 | 0.65 | 0 | 0.27 | 287.5 | 0.48 | 0.49 |
| Hex | A0 | 41 | B9 | E | 41 | 0 | 1B | 120 | 30 | 31 |
| Octal | 240 | 101 | 271 | 16 | 101 | 0 | 33 | 440 | 60 | 61 |
| Binary | 10100000 | 1000001 | 10111001 | 1110 | 1000001 | 0 | 11011 | 100100000 | 110000 | 110001 |
Color Harmonies of #A041B9
Complementary color
Monochromatic Colors of #A041B9
Black with #A041B9
Text Example
Text Example
White with #A041B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A041B9; }
p { color: rgb(160,65,185); }
H1.HeaderClassName
{
color: #A041B9;
}
.AnyTagClassName
{
color: #A041B9;
}
</style>
background-color css
<style>
a { background-color: #A041B9; }
a { background-color: rgb(160,65,185); }
div.DivClassName
{
background-color: #A041B9;
}
.BgClassName
{
background-color: #A041B9;
}
</style>
border-color css
<style>
span { border-color: #A041B9; }
span { border-color: rgb(160,65,185); }
td.TdClassName
{
border-color: #A041B9;
}
.TagClassName
{
border-color: #A041B9;
}
</style>