Shades of Dark Magenta #A7038C
Tints of Dark Magenta #A7038C
RGB
CMYK
RGB Variations
Color information
#A7038C (or 0xA7038C) is known color: Dark Magenta. HEX triplet: A7, 03 and 8C. RGB value is (167,3,140). Sum of RGB (Red+Green+Blue) = 167+3+140=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A7038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7038C is #58FC73. Grayscale: #434343. Windows color (decimal): -5831796 or 9175975. OLE color: 9175975.
HSL color Cylindrical-coordinate representation of color #A7038C: hue angle of 309.88º 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 #A7038C is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 140 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.35 |
| HSL | 309.88º | 0.96% | 0.33% | - |
| HSV(B) | 309.88º | 0.98% | 0.65% | - |
| XYZ | 20.7 | 10.17 | 25.68 | - |
| YUV | 67.65 | 168.83 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 140 | 0 | 0.98 | 0.16 | 0.35 | 309.88 | 0.96 | 0.33 |
| Hex | A7 | 3 | 8C | 0 | 62 | 10 | 23 | 136 | 60 | 21 |
| Octal | 247 | 3 | 214 | 0 | 142 | 20 | 43 | 466 | 140 | 41 |
| Binary | 10100111 | 11 | 10001100 | 0 | 1100010 | 10000 | 100011 | 100110110 | 1100000 | 100001 |
Color Harmonies of #A7038C
Complementary color
Monochromatic Colors of #A7038C
Black with #A7038C
Text Example
Text Example
White with #A7038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7038C; }
p { color: rgb(167,3,140); }
H1.HeaderClassName
{
color: #A7038C;
}
.AnyTagClassName
{
color: #A7038C;
}
</style>
background-color css
<style>
a { background-color: #A7038C; }
a { background-color: rgb(167,3,140); }
div.DivClassName
{
background-color: #A7038C;
}
.BgClassName
{
background-color: #A7038C;
}
</style>
border-color css
<style>
span { border-color: #A7038C; }
span { border-color: rgb(167,3,140); }
td.TdClassName
{
border-color: #A7038C;
}
.TagClassName
{
border-color: #A7038C;
}
</style>