Shades of Dark Magenta #A0109D
Tints of Dark Magenta #A0109D
RGB
CMYK
RGB Variations
Color information
#A0109D (or 0xA0109D) is known color: Dark Magenta. HEX triplet: A0, 10 and 9D. RGB value is (160,16,157). Sum of RGB (Red+Green+Blue) = 160+16+157=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A0109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0109D is #5FEF62. Grayscale: #4A4A4A. Windows color (decimal): -6287203 or 10293408. OLE color: 10293408.
HSL color Cylindrical-coordinate representation of color #A0109D: hue angle of 301.25º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0109D is Cyan = 0, Magento = 0.9, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 16 | 157 | - |
| CMYK | 0 | 0.9 | 0.02 | 0.37 |
| HSL | 301.25º | 0.82% | 0.35% | - |
| HSV(B) | 301.25º | 0.9% | 0.63% | - |
| XYZ | 20.77 | 10.28 | 32.79 | - |
| YUV | 75.13 | 174.21 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 16 | 157 | 0 | 0.9 | 0.02 | 0.37 | 301.25 | 0.82 | 0.35 |
| Hex | A0 | 10 | 9D | 0 | 5A | 2 | 25 | 12D | 52 | 23 |
| Octal | 240 | 20 | 235 | 0 | 132 | 2 | 45 | 455 | 122 | 43 |
| Binary | 10100000 | 10000 | 10011101 | 0 | 1011010 | 10 | 100101 | 100101101 | 1010010 | 100011 |
Color Harmonies of #A0109D
Complementary color
Monochromatic Colors of #A0109D
Black with #A0109D
Text Example
Text Example
White with #A0109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0109D; }
p { color: rgb(160,16,157); }
H1.HeaderClassName
{
color: #A0109D;
}
.AnyTagClassName
{
color: #A0109D;
}
</style>
background-color css
<style>
a { background-color: #A0109D; }
a { background-color: rgb(160,16,157); }
div.DivClassName
{
background-color: #A0109D;
}
.BgClassName
{
background-color: #A0109D;
}
</style>
border-color css
<style>
span { border-color: #A0109D; }
span { border-color: rgb(160,16,157); }
td.TdClassName
{
border-color: #A0109D;
}
.TagClassName
{
border-color: #A0109D;
}
</style>