Shades of Dark Magenta #A71BA1
Tints of Dark Magenta #A71BA1
RGB
CMYK
RGB Variations
Color information
#A71BA1 (or 0xA71BA1) is known color: Dark Magenta. HEX triplet: A7, 1B and A1. RGB value is (167,27,161). Sum of RGB (Red+Green+Blue) = 167+27+161=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A71BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71BA1 is #58E45E. Grayscale: #535353. Windows color (decimal): -5825631 or 10558375. OLE color: 10558375.
HSL color Cylindrical-coordinate representation of color #A71BA1: hue angle of 302.57º 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 #A71BA1 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 27 | 161 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.35 |
| HSL | 302.57º | 0.72% | 0.38% | - |
| HSV(B) | 302.57º | 0.84% | 0.65% | - |
| XYZ | 22.76 | 11.57 | 34.75 | - |
| YUV | 84.14 | 171.38 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 27 | 161 | 0 | 0.84 | 0.04 | 0.35 | 302.57 | 0.72 | 0.38 |
| Hex | A7 | 1B | A1 | 0 | 54 | 4 | 23 | 12F | 48 | 26 |
| Octal | 247 | 33 | 241 | 0 | 124 | 4 | 43 | 457 | 110 | 46 |
| Binary | 10100111 | 11011 | 10100001 | 0 | 1010100 | 100 | 100011 | 100101111 | 1001000 | 100110 |
Color Harmonies of #A71BA1
Complementary color
Monochromatic Colors of #A71BA1
Black with #A71BA1
Text Example
Text Example
White with #A71BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71BA1; }
p { color: rgb(167,27,161); }
H1.HeaderClassName
{
color: #A71BA1;
}
.AnyTagClassName
{
color: #A71BA1;
}
</style>
background-color css
<style>
a { background-color: #A71BA1; }
a { background-color: rgb(167,27,161); }
div.DivClassName
{
background-color: #A71BA1;
}
.BgClassName
{
background-color: #A71BA1;
}
</style>
border-color css
<style>
span { border-color: #A71BA1; }
span { border-color: rgb(167,27,161); }
td.TdClassName
{
border-color: #A71BA1;
}
.TagClassName
{
border-color: #A71BA1;
}
</style>