Shades of Dark Magenta #A7039B
Tints of Dark Magenta #A7039B
RGB
CMYK
RGB Variations
Color information
#A7039B (or 0xA7039B) is known color: Dark Magenta. HEX triplet: A7, 03 and 9B. RGB value is (167,3,155). Sum of RGB (Red+Green+Blue) = 167+3+155=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A7039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7039B is #58FC64. Grayscale: #444444. Windows color (decimal): -5831781 or 10159015. OLE color: 10159015.
HSL color Cylindrical-coordinate representation of color #A7039B: hue angle of 304.39º 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 #A7039B is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 155 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.35 |
| HSL | 304.39º | 0.96% | 0.33% | - |
| HSV(B) | 304.39º | 0.98% | 0.65% | - |
| XYZ | 21.89 | 10.65 | 31.91 | - |
| YUV | 69.36 | 176.33 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 155 | 0 | 0.98 | 0.07 | 0.35 | 304.39 | 0.96 | 0.33 |
| Hex | A7 | 3 | 9B | 0 | 62 | 7 | 23 | 130 | 60 | 21 |
| Octal | 247 | 3 | 233 | 0 | 142 | 7 | 43 | 460 | 140 | 41 |
| Binary | 10100111 | 11 | 10011011 | 0 | 1100010 | 111 | 100011 | 100110000 | 1100000 | 100001 |
Color Harmonies of #A7039B
Complementary color
Monochromatic Colors of #A7039B
Black with #A7039B
Text Example
Text Example
White with #A7039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7039B; }
p { color: rgb(167,3,155); }
H1.HeaderClassName
{
color: #A7039B;
}
.AnyTagClassName
{
color: #A7039B;
}
</style>
background-color css
<style>
a { background-color: #A7039B; }
a { background-color: rgb(167,3,155); }
div.DivClassName
{
background-color: #A7039B;
}
.BgClassName
{
background-color: #A7039B;
}
</style>
border-color css
<style>
span { border-color: #A7039B; }
span { border-color: rgb(167,3,155); }
td.TdClassName
{
border-color: #A7039B;
}
.TagClassName
{
border-color: #A7039B;
}
</style>