Shades of Dark Magenta #A71E9C
Tints of Dark Magenta #A71E9C
RGB
CMYK
RGB Variations
Color information
#A71E9C (or 0xA71E9C) is known color: Dark Magenta. HEX triplet: A7, 1E and 9C. RGB value is (167,30,156). Sum of RGB (Red+Green+Blue) = 167+30+156=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71E9C is #58E163. Grayscale: #545454. Windows color (decimal): -5824868 or 10231463. OLE color: 10231463.
HSL color Cylindrical-coordinate representation of color #A71E9C: hue angle of 304.82º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A71E9C is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 30 | 156 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.35 |
| HSL | 304.82º | 0.7% | 0.39% | - |
| HSV(B) | 304.82º | 0.82% | 0.65% | - |
| XYZ | 22.4 | 11.54 | 32.5 | - |
| YUV | 85.33 | 167.89 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 156 | 0 | 0.82 | 0.07 | 0.35 | 304.82 | 0.7 | 0.39 |
| Hex | A7 | 1E | 9C | 0 | 52 | 7 | 23 | 131 | 46 | 27 |
| Octal | 247 | 36 | 234 | 0 | 122 | 7 | 43 | 461 | 106 | 47 |
| Binary | 10100111 | 11110 | 10011100 | 0 | 1010010 | 111 | 100011 | 100110001 | 1000110 | 100111 |
Color Harmonies of #A71E9C
Complementary color
Monochromatic Colors of #A71E9C
Black with #A71E9C
Text Example
Text Example
White with #A71E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71E9C; }
p { color: rgb(167,30,156); }
H1.HeaderClassName
{
color: #A71E9C;
}
.AnyTagClassName
{
color: #A71E9C;
}
</style>
background-color css
<style>
a { background-color: #A71E9C; }
a { background-color: rgb(167,30,156); }
div.DivClassName
{
background-color: #A71E9C;
}
.BgClassName
{
background-color: #A71E9C;
}
</style>
border-color css
<style>
span { border-color: #A71E9C; }
span { border-color: rgb(167,30,156); }
td.TdClassName
{
border-color: #A71E9C;
}
.TagClassName
{
border-color: #A71E9C;
}
</style>