Shades of Dark Magenta #A70C88
Tints of Dark Magenta #A70C88
RGB
CMYK
RGB Variations
Color information
#A70C88 (or 0xA70C88) is known color: Dark Magenta. HEX triplet: A7, 0C and 88. RGB value is (167,12,136). Sum of RGB (Red+Green+Blue) = 167+12+136=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A70C88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70C88 is #58F377. Grayscale: #484848. Windows color (decimal): -5829496 or 8916135. OLE color: 8916135.
HSL color Cylindrical-coordinate representation of color #A70C88: hue angle of 312º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70C88 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 12 | 136 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.35 |
| HSL | 312º | 0.87% | 0.35% | - |
| HSV(B) | 312º | 0.93% | 0.65% | - |
| XYZ | 20.51 | 10.26 | 24.19 | - |
| YUV | 72.48 | 163.85 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 136 | 0 | 0.93 | 0.19 | 0.35 | 312 | 0.87 | 0.35 |
| Hex | A7 | C | 88 | 0 | 5D | 13 | 23 | 138 | 57 | 23 |
| Octal | 247 | 14 | 210 | 0 | 135 | 23 | 43 | 470 | 127 | 43 |
| Binary | 10100111 | 1100 | 10001000 | 0 | 1011101 | 10011 | 100011 | 100111000 | 1010111 | 100011 |
Color Harmonies of #A70C88
Complementary color
Monochromatic Colors of #A70C88
Black with #A70C88
Text Example
Text Example
White with #A70C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70C88; }
p { color: rgb(167,12,136); }
H1.HeaderClassName
{
color: #A70C88;
}
.AnyTagClassName
{
color: #A70C88;
}
</style>
background-color css
<style>
a { background-color: #A70C88; }
a { background-color: rgb(167,12,136); }
div.DivClassName
{
background-color: #A70C88;
}
.BgClassName
{
background-color: #A70C88;
}
</style>
border-color css
<style>
span { border-color: #A70C88; }
span { border-color: rgb(167,12,136); }
td.TdClassName
{
border-color: #A70C88;
}
.TagClassName
{
border-color: #A70C88;
}
</style>