Shades of Dark Magenta #A7008E
Tints of Dark Magenta #A7008E
RGB
CMYK
RGB Variations
Color information
#A7008E (or 0xA7008E) is known color: Dark Magenta. HEX triplet: A7, 00 and 8E. RGB value is (167,0,142). Sum of RGB (Red+Green+Blue) = 167+0+142=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A7008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7008E is #58FF71. Grayscale: #414141. Windows color (decimal): -5832562 or 9306279. OLE color: 9306279.
HSL color Cylindrical-coordinate representation of color #A7008E: hue angle of 308.98º 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 #A7008E is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.15 | 0.35 |
| HSL | 308.98º | 1% | 0.33% | - |
| HSV(B) | 308.98º | 1% | 0.65% | - |
| XYZ | 20.82 | 10.17 | 26.46 | - |
| YUV | 66.12 | 170.83 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 142 | 0 | 1 | 0.15 | 0.35 | 308.98 | 1 | 0.33 |
| Hex | A7 | 0 | 8E | 0 | 64 | F | 23 | 135 | 64 | 21 |
| Octal | 247 | 0 | 216 | 0 | 144 | 17 | 43 | 465 | 144 | 41 |
| Binary | 10100111 | 0 | 10001110 | 0 | 1100100 | 1111 | 100011 | 100110101 | 1100100 | 100001 |
Color Harmonies of #A7008E
Complementary color
Monochromatic Colors of #A7008E
Black with #A7008E
Text Example
Text Example
White with #A7008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7008E; }
p { color: rgb(167,0,142); }
H1.HeaderClassName
{
color: #A7008E;
}
.AnyTagClassName
{
color: #A7008E;
}
</style>
background-color css
<style>
a { background-color: #A7008E; }
a { background-color: rgb(167,0,142); }
div.DivClassName
{
background-color: #A7008E;
}
.BgClassName
{
background-color: #A7008E;
}
</style>
border-color css
<style>
span { border-color: #A7008E; }
span { border-color: rgb(167,0,142); }
td.TdClassName
{
border-color: #A7008E;
}
.TagClassName
{
border-color: #A7008E;
}
</style>