Shades of Dark Magenta #A0139E
Tints of Dark Magenta #A0139E
RGB
CMYK
RGB Variations
Color information
#A0139E (or 0xA0139E) is known color: Dark Magenta. HEX triplet: A0, 13 and 9E. RGB value is (160,19,158). Sum of RGB (Red+Green+Blue) = 160+19+158=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0139E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0139E is #5FEC61. Grayscale: #4C4C4C. Windows color (decimal): -6286434 or 10359712. OLE color: 10359712.
HSL color Cylindrical-coordinate representation of color #A0139E: hue angle of 300.85º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0139E is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 158 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.37 |
| HSL | 300.85º | 0.79% | 0.35% | - |
| HSV(B) | 300.85º | 0.88% | 0.63% | - |
| XYZ | 20.9 | 10.41 | 33.26 | - |
| YUV | 77.01 | 173.71 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 158 | 0 | 0.88 | 0.01 | 0.37 | 300.85 | 0.79 | 0.35 |
| Hex | A0 | 13 | 9E | 0 | 58 | 1 | 25 | 12D | 4F | 23 |
| Octal | 240 | 23 | 236 | 0 | 130 | 1 | 45 | 455 | 117 | 43 |
| Binary | 10100000 | 10011 | 10011110 | 0 | 1011000 | 1 | 100101 | 100101101 | 1001111 | 100011 |
Color Harmonies of #A0139E
Complementary color
Monochromatic Colors of #A0139E
Black with #A0139E
Text Example
Text Example
White with #A0139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0139E; }
p { color: rgb(160,19,158); }
H1.HeaderClassName
{
color: #A0139E;
}
.AnyTagClassName
{
color: #A0139E;
}
</style>
background-color css
<style>
a { background-color: #A0139E; }
a { background-color: rgb(160,19,158); }
div.DivClassName
{
background-color: #A0139E;
}
.BgClassName
{
background-color: #A0139E;
}
</style>
border-color css
<style>
span { border-color: #A0139E; }
span { border-color: rgb(160,19,158); }
td.TdClassName
{
border-color: #A0139E;
}
.TagClassName
{
border-color: #A0139E;
}
</style>