Shades of Dark Magenta #A0039D
Tints of Dark Magenta #A0039D
RGB
CMYK
RGB Variations
Color information
#A0039D (or 0xA0039D) is known color: Dark Magenta. HEX triplet: A0, 03 and 9D. RGB value is (160,3,157). Sum of RGB (Red+Green+Blue) = 160+3+157=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0039D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0039D is #5FFC62. Grayscale: #434343. Windows color (decimal): -6290531 or 10290080. OLE color: 10290080.
HSL color Cylindrical-coordinate representation of color #A0039D: hue angle of 301.15º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0039D is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 157 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.37 |
| HSL | 301.15º | 0.96% | 0.32% | - |
| HSV(B) | 301.15º | 0.98% | 0.63% | - |
| XYZ | 20.62 | 9.97 | 32.74 | - |
| YUV | 67.5 | 178.51 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 157 | 0 | 0.98 | 0.02 | 0.37 | 301.15 | 0.96 | 0.32 |
| Hex | A0 | 3 | 9D | 0 | 62 | 2 | 25 | 12D | 60 | 20 |
| Octal | 240 | 3 | 235 | 0 | 142 | 2 | 45 | 455 | 140 | 40 |
| Binary | 10100000 | 11 | 10011101 | 0 | 1100010 | 10 | 100101 | 100101101 | 1100000 | 100000 |
Color Harmonies of #A0039D
Complementary color
Monochromatic Colors of #A0039D
Black with #A0039D
Text Example
Text Example
White with #A0039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0039D; }
p { color: rgb(160,3,157); }
H1.HeaderClassName
{
color: #A0039D;
}
.AnyTagClassName
{
color: #A0039D;
}
</style>
background-color css
<style>
a { background-color: #A0039D; }
a { background-color: rgb(160,3,157); }
div.DivClassName
{
background-color: #A0039D;
}
.BgClassName
{
background-color: #A0039D;
}
</style>
border-color css
<style>
span { border-color: #A0039D; }
span { border-color: rgb(160,3,157); }
td.TdClassName
{
border-color: #A0039D;
}
.TagClassName
{
border-color: #A0039D;
}
</style>