Shades of Dark Magenta #A0039C
Tints of Dark Magenta #A0039C
RGB
CMYK
RGB Variations
Color information
#A0039C (or 0xA0039C) is known color: Dark Magenta. HEX triplet: A0, 03 and 9C. RGB value is (160,3,156). Sum of RGB (Red+Green+Blue) = 160+3+156=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0039C is #5FFC63. Grayscale: #424242. Windows color (decimal): -6290532 or 10224544. OLE color: 10224544.
HSL color Cylindrical-coordinate representation of color #A0039C: hue angle of 301.53º 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 #A0039C is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 156 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.37 |
| HSL | 301.53º | 0.96% | 0.32% | - |
| HSV(B) | 301.53º | 0.98% | 0.63% | - |
| XYZ | 20.53 | 9.94 | 32.29 | - |
| YUV | 67.39 | 178.01 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 156 | 0 | 0.98 | 0.02 | 0.37 | 301.53 | 0.96 | 0.32 |
| Hex | A0 | 3 | 9C | 0 | 62 | 2 | 25 | 12E | 60 | 20 |
| Octal | 240 | 3 | 234 | 0 | 142 | 2 | 45 | 456 | 140 | 40 |
| Binary | 10100000 | 11 | 10011100 | 0 | 1100010 | 10 | 100101 | 100101110 | 1100000 | 100000 |
Color Harmonies of #A0039C
Complementary color
Monochromatic Colors of #A0039C
Black with #A0039C
Text Example
Text Example
White with #A0039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0039C; }
p { color: rgb(160,3,156); }
H1.HeaderClassName
{
color: #A0039C;
}
.AnyTagClassName
{
color: #A0039C;
}
</style>
background-color css
<style>
a { background-color: #A0039C; }
a { background-color: rgb(160,3,156); }
div.DivClassName
{
background-color: #A0039C;
}
.BgClassName
{
background-color: #A0039C;
}
</style>
border-color css
<style>
span { border-color: #A0039C; }
span { border-color: rgb(160,3,156); }
td.TdClassName
{
border-color: #A0039C;
}
.TagClassName
{
border-color: #A0039C;
}
</style>