Shades of Dark Magenta #A719A0
Tints of Dark Magenta #A719A0
RGB
CMYK
RGB Variations
Color information
#A719A0 (or 0xA719A0) is known color: Dark Magenta. HEX triplet: A7, 19 and A0. RGB value is (167,25,160). Sum of RGB (Red+Green+Blue) = 167+25+160=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A719A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A719A0 is #58E65F. Grayscale: #525252. Windows color (decimal): -5826144 or 10492327. OLE color: 10492327.
HSL color Cylindrical-coordinate representation of color #A719A0: hue angle of 302.96º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A719A0 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 25 | 160 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.35 |
| HSL | 302.96º | 0.74% | 0.38% | - |
| HSV(B) | 302.96º | 0.85% | 0.65% | - |
| XYZ | 22.63 | 11.45 | 34.27 | - |
| YUV | 82.85 | 171.54 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 160 | 0 | 0.85 | 0.04 | 0.35 | 302.96 | 0.74 | 0.38 |
| Hex | A7 | 19 | A0 | 0 | 55 | 4 | 23 | 12F | 4A | 26 |
| Octal | 247 | 31 | 240 | 0 | 125 | 4 | 43 | 457 | 112 | 46 |
| Binary | 10100111 | 11001 | 10100000 | 0 | 1010101 | 100 | 100011 | 100101111 | 1001010 | 100110 |
Color Harmonies of #A719A0
Complementary color
Monochromatic Colors of #A719A0
Black with #A719A0
Text Example
Text Example
White with #A719A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A719A0; }
p { color: rgb(167,25,160); }
H1.HeaderClassName
{
color: #A719A0;
}
.AnyTagClassName
{
color: #A719A0;
}
</style>
background-color css
<style>
a { background-color: #A719A0; }
a { background-color: rgb(167,25,160); }
div.DivClassName
{
background-color: #A719A0;
}
.BgClassName
{
background-color: #A719A0;
}
</style>
border-color css
<style>
span { border-color: #A719A0; }
span { border-color: rgb(167,25,160); }
td.TdClassName
{
border-color: #A719A0;
}
.TagClassName
{
border-color: #A719A0;
}
</style>