Shades of Dark Magenta #A719A3
Tints of Dark Magenta #A719A3
RGB
CMYK
RGB Variations
Color information
#A719A3 (or 0xA719A3) is known color: Dark Magenta. HEX triplet: A7, 19 and A3. RGB value is (167,25,163). Sum of RGB (Red+Green+Blue) = 167+25+163=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A719A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A719A3 is #58E65C. Grayscale: #525252. Windows color (decimal): -5826141 or 10688935. OLE color: 10688935.
HSL color Cylindrical-coordinate representation of color #A719A3: hue angle of 301.69º 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 #A719A3 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 25 | 163 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.35 |
| HSL | 301.69º | 0.74% | 0.38% | - |
| HSV(B) | 301.69º | 0.85% | 0.65% | - |
| XYZ | 22.89 | 11.56 | 35.67 | - |
| YUV | 83.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 163 | 0 | 0.85 | 0.02 | 0.35 | 301.69 | 0.74 | 0.38 |
| Hex | A7 | 19 | A3 | 0 | 55 | 2 | 23 | 12E | 4A | 26 |
| Octal | 247 | 31 | 243 | 0 | 125 | 2 | 43 | 456 | 112 | 46 |
| Binary | 10100111 | 11001 | 10100011 | 0 | 1010101 | 10 | 100011 | 100101110 | 1001010 | 100110 |
Color Harmonies of #A719A3
Complementary color
Monochromatic Colors of #A719A3
Black with #A719A3
Text Example
Text Example
White with #A719A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A719A3; }
p { color: rgb(167,25,163); }
H1.HeaderClassName
{
color: #A719A3;
}
.AnyTagClassName
{
color: #A719A3;
}
</style>
background-color css
<style>
a { background-color: #A719A3; }
a { background-color: rgb(167,25,163); }
div.DivClassName
{
background-color: #A719A3;
}
.BgClassName
{
background-color: #A719A3;
}
</style>
border-color css
<style>
span { border-color: #A719A3; }
span { border-color: rgb(167,25,163); }
td.TdClassName
{
border-color: #A719A3;
}
.TagClassName
{
border-color: #A719A3;
}
</style>