Shades of Dark Magenta #A719A2
Tints of Dark Magenta #A719A2
RGB
CMYK
RGB Variations
Color information
#A719A2 (or 0xA719A2) is known color: Dark Magenta. HEX triplet: A7, 19 and A2. RGB value is (167,25,162). Sum of RGB (Red+Green+Blue) = 167+25+162=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A719A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A719A2 is #58E65D. Grayscale: #525252. Windows color (decimal): -5826142 or 10623399. OLE color: 10623399.
HSL color Cylindrical-coordinate representation of color #A719A2: hue angle of 302.11º 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 #A719A2 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 25 | 162 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.35 |
| HSL | 302.11º | 0.74% | 0.38% | - |
| HSV(B) | 302.11º | 0.85% | 0.65% | - |
| XYZ | 22.81 | 11.52 | 35.2 | - |
| YUV | 83.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 162 | 0 | 0.85 | 0.03 | 0.35 | 302.11 | 0.74 | 0.38 |
| Hex | A7 | 19 | A2 | 0 | 55 | 3 | 23 | 12E | 4A | 26 |
| Octal | 247 | 31 | 242 | 0 | 125 | 3 | 43 | 456 | 112 | 46 |
| Binary | 10100111 | 11001 | 10100010 | 0 | 1010101 | 11 | 100011 | 100101110 | 1001010 | 100110 |
Color Harmonies of #A719A2
Complementary color
Monochromatic Colors of #A719A2
Black with #A719A2
Text Example
Text Example
White with #A719A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A719A2; }
p { color: rgb(167,25,162); }
H1.HeaderClassName
{
color: #A719A2;
}
.AnyTagClassName
{
color: #A719A2;
}
</style>
background-color css
<style>
a { background-color: #A719A2; }
a { background-color: rgb(167,25,162); }
div.DivClassName
{
background-color: #A719A2;
}
.BgClassName
{
background-color: #A719A2;
}
</style>
border-color css
<style>
span { border-color: #A719A2; }
span { border-color: rgb(167,25,162); }
td.TdClassName
{
border-color: #A719A2;
}
.TagClassName
{
border-color: #A719A2;
}
</style>