Shades of Dark Magenta #A7008F
Tints of Dark Magenta #A7008F
RGB
CMYK
RGB Variations
Color information
#A7008F (or 0xA7008F) is known color: Dark Magenta. HEX triplet: A7, 00 and 8F. RGB value is (167,0,143). Sum of RGB (Red+Green+Blue) = 167+0+143=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A7008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7008F is #58FF70. Grayscale: #414141. Windows color (decimal): -5832561 or 9371815. OLE color: 9371815.
HSL color Cylindrical-coordinate representation of color #A7008F: hue angle of 308.62º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7008F is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.14 | 0.35 |
| HSL | 308.62º | 1% | 0.33% | - |
| HSV(B) | 308.62º | 1% | 0.65% | - |
| XYZ | 20.89 | 10.2 | 26.85 | - |
| YUV | 66.24 | 171.33 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 143 | 0 | 1 | 0.14 | 0.35 | 308.62 | 1 | 0.33 |
| Hex | A7 | 0 | 8F | 0 | 64 | E | 23 | 135 | 64 | 21 |
| Octal | 247 | 0 | 217 | 0 | 144 | 16 | 43 | 465 | 144 | 41 |
| Binary | 10100111 | 0 | 10001111 | 0 | 1100100 | 1110 | 100011 | 100110101 | 1100100 | 100001 |
Color Harmonies of #A7008F
Complementary color
Monochromatic Colors of #A7008F
Black with #A7008F
Text Example
Text Example
White with #A7008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7008F; }
p { color: rgb(167,0,143); }
H1.HeaderClassName
{
color: #A7008F;
}
.AnyTagClassName
{
color: #A7008F;
}
</style>
background-color css
<style>
a { background-color: #A7008F; }
a { background-color: rgb(167,0,143); }
div.DivClassName
{
background-color: #A7008F;
}
.BgClassName
{
background-color: #A7008F;
}
</style>
border-color css
<style>
span { border-color: #A7008F; }
span { border-color: rgb(167,0,143); }
td.TdClassName
{
border-color: #A7008F;
}
.TagClassName
{
border-color: #A7008F;
}
</style>