Shades of Dark Magenta #A0019E
Tints of Dark Magenta #A0019E
RGB
CMYK
RGB Variations
Color information
#A0019E (or 0xA0019E) is known color: Dark Magenta. HEX triplet: A0, 01 and 9E. RGB value is (160,1,158). Sum of RGB (Red+Green+Blue) = 160+1+158=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0019E is #5FFE61. Grayscale: #414141. Windows color (decimal): -6291042 or 10355104. OLE color: 10355104.
HSL color Cylindrical-coordinate representation of color #A0019E: hue angle of 300.75º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0019E is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 158 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.37 |
| HSL | 300.75º | 0.99% | 0.32% | - |
| HSV(B) | 300.75º | 0.99% | 0.63% | - |
| XYZ | 20.68 | 9.96 | 33.18 | - |
| YUV | 66.44 | 179.68 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 158 | 0 | 0.99 | 0.01 | 0.37 | 300.75 | 0.99 | 0.32 |
| Hex | A0 | 1 | 9E | 0 | 63 | 1 | 25 | 12D | 63 | 20 |
| Octal | 240 | 1 | 236 | 0 | 143 | 1 | 45 | 455 | 143 | 40 |
| Binary | 10100000 | 1 | 10011110 | 0 | 1100011 | 1 | 100101 | 100101101 | 1100011 | 100000 |
Color Harmonies of #A0019E
Complementary color
Monochromatic Colors of #A0019E
Black with #A0019E
Text Example
Text Example
White with #A0019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0019E; }
p { color: rgb(160,1,158); }
H1.HeaderClassName
{
color: #A0019E;
}
.AnyTagClassName
{
color: #A0019E;
}
</style>
background-color css
<style>
a { background-color: #A0019E; }
a { background-color: rgb(160,1,158); }
div.DivClassName
{
background-color: #A0019E;
}
.BgClassName
{
background-color: #A0019E;
}
</style>
border-color css
<style>
span { border-color: #A0019E; }
span { border-color: rgb(160,1,158); }
td.TdClassName
{
border-color: #A0019E;
}
.TagClassName
{
border-color: #A0019E;
}
</style>