Shades of Dark Magenta #A70A94
Tints of Dark Magenta #A70A94
RGB
CMYK
RGB Variations
Color information
#A70A94 (or 0xA70A94) is known color: Dark Magenta. HEX triplet: A7, 0A and 94. RGB value is (167,10,148). Sum of RGB (Red+Green+Blue) = 167+10+148=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A70A94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70A94 is #58F56B. Grayscale: #484848. Windows color (decimal): -5829996 or 9702055. OLE color: 9702055.
HSL color Cylindrical-coordinate representation of color #A70A94: hue angle of 307.26º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70A94 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 10 | 148 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.35 |
| HSL | 307.26º | 0.89% | 0.35% | - |
| HSV(B) | 307.26º | 0.94% | 0.65% | - |
| XYZ | 21.39 | 10.57 | 28.93 | - |
| YUV | 72.68 | 170.51 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 10 | 148 | 0 | 0.94 | 0.11 | 0.35 | 307.26 | 0.89 | 0.35 |
| Hex | A7 | A | 94 | 0 | 5E | B | 23 | 133 | 59 | 23 |
| Octal | 247 | 12 | 224 | 0 | 136 | 13 | 43 | 463 | 131 | 43 |
| Binary | 10100111 | 1010 | 10010100 | 0 | 1011110 | 1011 | 100011 | 100110011 | 1011001 | 100011 |
Color Harmonies of #A70A94
Complementary color
Monochromatic Colors of #A70A94
Black with #A70A94
Text Example
Text Example
White with #A70A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70A94; }
p { color: rgb(167,10,148); }
H1.HeaderClassName
{
color: #A70A94;
}
.AnyTagClassName
{
color: #A70A94;
}
</style>
background-color css
<style>
a { background-color: #A70A94; }
a { background-color: rgb(167,10,148); }
div.DivClassName
{
background-color: #A70A94;
}
.BgClassName
{
background-color: #A70A94;
}
</style>
border-color css
<style>
span { border-color: #A70A94; }
span { border-color: rgb(167,10,148); }
td.TdClassName
{
border-color: #A70A94;
}
.TagClassName
{
border-color: #A70A94;
}
</style>