Shades of Dark Magenta #A0039F
Tints of Dark Magenta #A0039F
RGB
CMYK
RGB Variations
Color information
#A0039F (or 0xA0039F) is known color: Dark Magenta. HEX triplet: A0, 03 and 9F. RGB value is (160,3,159). Sum of RGB (Red+Green+Blue) = 160+3+159=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0039F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0039F is #5FFC60. Grayscale: #434343. Windows color (decimal): -6290529 or 10421152. OLE color: 10421152.
HSL color Cylindrical-coordinate representation of color #A0039F: hue angle of 300.38º 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 #A0039F is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 159 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.37 |
| HSL | 300.38º | 0.96% | 0.32% | - |
| HSV(B) | 300.38º | 0.98% | 0.63% | - |
| XYZ | 20.79 | 10.04 | 33.64 | - |
| YUV | 67.73 | 179.51 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 159 | 0 | 0.98 | 0.01 | 0.37 | 300.38 | 0.96 | 0.32 |
| Hex | A0 | 3 | 9F | 0 | 62 | 1 | 25 | 12C | 60 | 20 |
| Octal | 240 | 3 | 237 | 0 | 142 | 1 | 45 | 454 | 140 | 40 |
| Binary | 10100000 | 11 | 10011111 | 0 | 1100010 | 1 | 100101 | 100101100 | 1100000 | 100000 |
Color Harmonies of #A0039F
Complementary color
Monochromatic Colors of #A0039F
Black with #A0039F
Text Example
Text Example
White with #A0039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0039F; }
p { color: rgb(160,3,159); }
H1.HeaderClassName
{
color: #A0039F;
}
.AnyTagClassName
{
color: #A0039F;
}
</style>
background-color css
<style>
a { background-color: #A0039F; }
a { background-color: rgb(160,3,159); }
div.DivClassName
{
background-color: #A0039F;
}
.BgClassName
{
background-color: #A0039F;
}
</style>
border-color css
<style>
span { border-color: #A0039F; }
span { border-color: rgb(160,3,159); }
td.TdClassName
{
border-color: #A0039F;
}
.TagClassName
{
border-color: #A0039F;
}
</style>