Shades of Dark Magenta #A71BA2
Tints of Dark Magenta #A71BA2
RGB
CMYK
RGB Variations
Color information
#A71BA2 (or 0xA71BA2) is known color: Dark Magenta. HEX triplet: A7, 1B and A2. RGB value is (167,27,162). Sum of RGB (Red+Green+Blue) = 167+27+162=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A71BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71BA2 is #58E45D. Grayscale: #535353. Windows color (decimal): -5825630 or 10623911. OLE color: 10623911.
HSL color Cylindrical-coordinate representation of color #A71BA2: hue angle of 302.14º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71BA2 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 27 | 162 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.35 |
| HSL | 302.14º | 0.72% | 0.38% | - |
| HSV(B) | 302.14º | 0.84% | 0.65% | - |
| XYZ | 22.85 | 11.61 | 35.22 | - |
| YUV | 84.25 | 171.88 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 27 | 162 | 0 | 0.84 | 0.03 | 0.35 | 302.14 | 0.72 | 0.38 |
| Hex | A7 | 1B | A2 | 0 | 54 | 3 | 23 | 12E | 48 | 26 |
| Octal | 247 | 33 | 242 | 0 | 124 | 3 | 43 | 456 | 110 | 46 |
| Binary | 10100111 | 11011 | 10100010 | 0 | 1010100 | 11 | 100011 | 100101110 | 1001000 | 100110 |
Color Harmonies of #A71BA2
Complementary color
Monochromatic Colors of #A71BA2
Black with #A71BA2
Text Example
Text Example
White with #A71BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71BA2; }
p { color: rgb(167,27,162); }
H1.HeaderClassName
{
color: #A71BA2;
}
.AnyTagClassName
{
color: #A71BA2;
}
</style>
background-color css
<style>
a { background-color: #A71BA2; }
a { background-color: rgb(167,27,162); }
div.DivClassName
{
background-color: #A71BA2;
}
.BgClassName
{
background-color: #A71BA2;
}
</style>
border-color css
<style>
span { border-color: #A71BA2; }
span { border-color: rgb(167,27,162); }
td.TdClassName
{
border-color: #A71BA2;
}
.TagClassName
{
border-color: #A71BA2;
}
</style>