Shades of Dark Magenta #A71D9E
Tints of Dark Magenta #A71D9E
RGB
CMYK
RGB Variations
Color information
#A71D9E (or 0xA71D9E) is known color: Dark Magenta. HEX triplet: A7, 1D and 9E. RGB value is (167,29,158). Sum of RGB (Red+Green+Blue) = 167+29+158=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71D9E is #58E261. Grayscale: #545454. Windows color (decimal): -5825122 or 10362279. OLE color: 10362279.
HSL color Cylindrical-coordinate representation of color #A71D9E: hue angle of 303.91º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71D9E is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 29 | 158 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.35 |
| HSL | 303.91º | 0.7% | 0.38% | - |
| HSV(B) | 303.91º | 0.83% | 0.65% | - |
| XYZ | 22.55 | 11.56 | 33.39 | - |
| YUV | 84.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 158 | 0 | 0.83 | 0.05 | 0.35 | 303.91 | 0.7 | 0.38 |
| Hex | A7 | 1D | 9E | 0 | 53 | 5 | 23 | 130 | 46 | 26 |
| Octal | 247 | 35 | 236 | 0 | 123 | 5 | 43 | 460 | 106 | 46 |
| Binary | 10100111 | 11101 | 10011110 | 0 | 1010011 | 101 | 100011 | 100110000 | 1000110 | 100110 |
Color Harmonies of #A71D9E
Complementary color
Monochromatic Colors of #A71D9E
Black with #A71D9E
Text Example
Text Example
White with #A71D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71D9E; }
p { color: rgb(167,29,158); }
H1.HeaderClassName
{
color: #A71D9E;
}
.AnyTagClassName
{
color: #A71D9E;
}
</style>
background-color css
<style>
a { background-color: #A71D9E; }
a { background-color: rgb(167,29,158); }
div.DivClassName
{
background-color: #A71D9E;
}
.BgClassName
{
background-color: #A71D9E;
}
</style>
border-color css
<style>
span { border-color: #A71D9E; }
span { border-color: rgb(167,29,158); }
td.TdClassName
{
border-color: #A71D9E;
}
.TagClassName
{
border-color: #A71D9E;
}
</style>