Shades of Dark Magenta #A7039C
Tints of Dark Magenta #A7039C
RGB
CMYK
RGB Variations
Color information
#A7039C (or 0xA7039C) is known color: Dark Magenta. HEX triplet: A7, 03 and 9C. RGB value is (167,3,156). Sum of RGB (Red+Green+Blue) = 167+3+156=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A7039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7039C is #58FC63. Grayscale: #454545. Windows color (decimal): -5831780 or 10224551. OLE color: 10224551.
HSL color Cylindrical-coordinate representation of color #A7039C: hue angle of 304.02º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A7039C is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 156 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.35 |
| HSL | 304.02º | 0.96% | 0.33% | - |
| HSV(B) | 304.02º | 0.98% | 0.65% | - |
| XYZ | 21.97 | 10.68 | 32.36 | - |
| YUV | 69.48 | 176.83 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 156 | 0 | 0.98 | 0.07 | 0.35 | 304.02 | 0.96 | 0.33 |
| Hex | A7 | 3 | 9C | 0 | 62 | 7 | 23 | 130 | 60 | 21 |
| Octal | 247 | 3 | 234 | 0 | 142 | 7 | 43 | 460 | 140 | 41 |
| Binary | 10100111 | 11 | 10011100 | 0 | 1100010 | 111 | 100011 | 100110000 | 1100000 | 100001 |
Color Harmonies of #A7039C
Complementary color
Monochromatic Colors of #A7039C
Black with #A7039C
Text Example
Text Example
White with #A7039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7039C; }
p { color: rgb(167,3,156); }
H1.HeaderClassName
{
color: #A7039C;
}
.AnyTagClassName
{
color: #A7039C;
}
</style>
background-color css
<style>
a { background-color: #A7039C; }
a { background-color: rgb(167,3,156); }
div.DivClassName
{
background-color: #A7039C;
}
.BgClassName
{
background-color: #A7039C;
}
</style>
border-color css
<style>
span { border-color: #A7039C; }
span { border-color: rgb(167,3,156); }
td.TdClassName
{
border-color: #A7039C;
}
.TagClassName
{
border-color: #A7039C;
}
</style>