Shades of Dark Magenta #A71FA2
Tints of Dark Magenta #A71FA2
RGB
CMYK
RGB Variations
Color information
#A71FA2 (or 0xA71FA2) is known color: Dark Magenta. HEX triplet: A7, 1F and A2. RGB value is (167,31,162). Sum of RGB (Red+Green+Blue) = 167+31+162=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A71FA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71FA2 is #58E05D. Grayscale: #565656. Windows color (decimal): -5824606 or 10624935. OLE color: 10624935.
HSL color Cylindrical-coordinate representation of color #A71FA2: hue angle of 302.21º 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 #A71FA2 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 31 | 162 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.35 |
| HSL | 302.21º | 0.69% | 0.39% | - |
| HSV(B) | 302.21º | 0.81% | 0.65% | - |
| XYZ | 22.95 | 11.8 | 35.25 | - |
| YUV | 86.6 | 170.56 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 31 | 162 | 0 | 0.81 | 0.03 | 0.35 | 302.21 | 0.69 | 0.39 |
| Hex | A7 | 1F | A2 | 0 | 51 | 3 | 23 | 12E | 45 | 27 |
| Octal | 247 | 37 | 242 | 0 | 121 | 3 | 43 | 456 | 105 | 47 |
| Binary | 10100111 | 11111 | 10100010 | 0 | 1010001 | 11 | 100011 | 100101110 | 1000101 | 100111 |
Color Harmonies of #A71FA2
Complementary color
Monochromatic Colors of #A71FA2
Black with #A71FA2
Text Example
Text Example
White with #A71FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71FA2; }
p { color: rgb(167,31,162); }
H1.HeaderClassName
{
color: #A71FA2;
}
.AnyTagClassName
{
color: #A71FA2;
}
</style>
background-color css
<style>
a { background-color: #A71FA2; }
a { background-color: rgb(167,31,162); }
div.DivClassName
{
background-color: #A71FA2;
}
.BgClassName
{
background-color: #A71FA2;
}
</style>
border-color css
<style>
span { border-color: #A71FA2; }
span { border-color: rgb(167,31,162); }
td.TdClassName
{
border-color: #A71FA2;
}
.TagClassName
{
border-color: #A71FA2;
}
</style>