Shades of Dark Magenta #A71197
Tints of Dark Magenta #A71197
RGB
CMYK
RGB Variations
Color information
#A71197 (or 0xA71197) is known color: Dark Magenta. HEX triplet: A7, 11 and 97. RGB value is (167,17,151). Sum of RGB (Red+Green+Blue) = 167+17+151=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A71197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71197 is #58EE68. Grayscale: #4C4C4C. Windows color (decimal): -5828201 or 9900455. OLE color: 9900455.
HSL color Cylindrical-coordinate representation of color #A71197: hue angle of 306.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71197 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 17 | 151 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.35 |
| HSL | 306.4º | 0.82% | 0.36% | - |
| HSV(B) | 306.4º | 0.9% | 0.65% | - |
| XYZ | 21.72 | 10.85 | 30.23 | - |
| YUV | 77.13 | 169.7 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 17 | 151 | 0 | 0.90 | 0.10 | 0.35 | 306.4 | 0.82 | 0.36 |
| Hex | A7 | 11 | 97 | 0 | 5A | A | 23 | 132 | 52 | 24 |
| Octal | 247 | 21 | 227 | 0 | 132 | 12 | 43 | 462 | 122 | 44 |
| Binary | 10100111 | 10001 | 10010111 | 0 | 1011010 | 1010 | 100011 | 100110010 | 1010010 | 100100 |
Color Harmonies of #A71197
Complementary color
Monochromatic Colors of #A71197
Black with #A71197
Text Example
Text Example
White with #A71197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71197; }
p { color: rgb(167,17,151); }
H1.HeaderClassName
{
color: #A71197;
}
.AnyTagClassName
{
color: #A71197;
}
</style>
background-color css
<style>
a { background-color: #A71197; }
a { background-color: rgb(167,17,151); }
div.DivClassName
{
background-color: #A71197;
}
.BgClassName
{
background-color: #A71197;
}
</style>
border-color css
<style>
span { border-color: #A71197; }
span { border-color: rgb(167,17,151); }
td.TdClassName
{
border-color: #A71197;
}
.TagClassName
{
border-color: #A71197;
}
</style>