Shades of Dark Magenta #A71FA0
Tints of Dark Magenta #A71FA0
RGB
CMYK
RGB Variations
Color information
#A71FA0 (or 0xA71FA0) is known color: Dark Magenta. HEX triplet: A7, 1F and A0. RGB value is (167,31,160). Sum of RGB (Red+Green+Blue) = 167+31+160=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A71FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71FA0 is #58E05F. Grayscale: #555555. Windows color (decimal): -5824608 or 10493863. OLE color: 10493863.
HSL color Cylindrical-coordinate representation of color #A71FA0: hue angle of 303.09º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A71FA0 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 31 | 160 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.35 |
| HSL | 303.09º | 0.69% | 0.39% | - |
| HSV(B) | 303.09º | 0.81% | 0.65% | - |
| XYZ | 22.77 | 11.73 | 34.32 | - |
| YUV | 86.37 | 169.56 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 31 | 160 | 0 | 0.81 | 0.04 | 0.35 | 303.09 | 0.69 | 0.39 |
| Hex | A7 | 1F | A0 | 0 | 51 | 4 | 23 | 12F | 45 | 27 |
| Octal | 247 | 37 | 240 | 0 | 121 | 4 | 43 | 457 | 105 | 47 |
| Binary | 10100111 | 11111 | 10100000 | 0 | 1010001 | 100 | 100011 | 100101111 | 1000101 | 100111 |
Color Harmonies of #A71FA0
Complementary color
Monochromatic Colors of #A71FA0
Black with #A71FA0
Text Example
Text Example
White with #A71FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71FA0; }
p { color: rgb(167,31,160); }
H1.HeaderClassName
{
color: #A71FA0;
}
.AnyTagClassName
{
color: #A71FA0;
}
</style>
background-color css
<style>
a { background-color: #A71FA0; }
a { background-color: rgb(167,31,160); }
div.DivClassName
{
background-color: #A71FA0;
}
.BgClassName
{
background-color: #A71FA0;
}
</style>
border-color css
<style>
span { border-color: #A71FA0; }
span { border-color: rgb(167,31,160); }
td.TdClassName
{
border-color: #A71FA0;
}
.TagClassName
{
border-color: #A71FA0;
}
</style>