Shades of Dark Magenta #A7049D
Tints of Dark Magenta #A7049D
RGB
CMYK
RGB Variations
Color information
#A7049D (or 0xA7049D) is known color: Dark Magenta. HEX triplet: A7, 04 and 9D. RGB value is (167,4,157). Sum of RGB (Red+Green+Blue) = 167+4+157=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A7049D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7049D is #58FB62. Grayscale: #454545. Windows color (decimal): -5831523 or 10290343. OLE color: 10290343.
HSL color Cylindrical-coordinate representation of color #A7049D: hue angle of 303.68º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A7049D is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.35 |
| HSL | 303.68º | 0.95% | 0.34% | - |
| HSV(B) | 303.68º | 0.98% | 0.65% | - |
| XYZ | 22.07 | 10.74 | 32.81 | - |
| YUV | 70.18 | 177 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 4 | 157 | 0 | 0.98 | 0.06 | 0.35 | 303.68 | 0.95 | 0.34 |
| Hex | A7 | 4 | 9D | 0 | 62 | 6 | 23 | 130 | 5F | 22 |
| Octal | 247 | 4 | 235 | 0 | 142 | 6 | 43 | 460 | 137 | 42 |
| Binary | 10100111 | 100 | 10011101 | 0 | 1100010 | 110 | 100011 | 100110000 | 1011111 | 100010 |
Color Harmonies of #A7049D
Complementary color
Monochromatic Colors of #A7049D
Black with #A7049D
Text Example
Text Example
White with #A7049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7049D; }
p { color: rgb(167,4,157); }
H1.HeaderClassName
{
color: #A7049D;
}
.AnyTagClassName
{
color: #A7049D;
}
</style>
background-color css
<style>
a { background-color: #A7049D; }
a { background-color: rgb(167,4,157); }
div.DivClassName
{
background-color: #A7049D;
}
.BgClassName
{
background-color: #A7049D;
}
</style>
border-color css
<style>
span { border-color: #A7049D; }
span { border-color: rgb(167,4,157); }
td.TdClassName
{
border-color: #A7049D;
}
.TagClassName
{
border-color: #A7049D;
}
</style>