Shades of Dark Magenta #A720A0
Tints of Dark Magenta #A720A0
RGB
CMYK
RGB Variations
Color information
#A720A0 (or 0xA720A0) is known color: Dark Magenta. HEX triplet: A7, 20 and A0. RGB value is (167,32,160). Sum of RGB (Red+Green+Blue) = 167+32+160=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A720A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A720A0 is #58DF5F. Grayscale: #565656. Windows color (decimal): -5824352 or 10494119. OLE color: 10494119.
HSL color Cylindrical-coordinate representation of color #A720A0: hue angle of 303.11º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A720A0 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 32 | 160 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.35 |
| HSL | 303.11º | 0.68% | 0.39% | - |
| HSV(B) | 303.11º | 0.81% | 0.65% | - |
| XYZ | 22.8 | 11.79 | 34.33 | - |
| YUV | 86.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 32 | 160 | 0 | 0.81 | 0.04 | 0.35 | 303.11 | 0.68 | 0.39 |
| Hex | A7 | 20 | A0 | 0 | 51 | 4 | 23 | 12F | 44 | 27 |
| Octal | 247 | 40 | 240 | 0 | 121 | 4 | 43 | 457 | 104 | 47 |
| Binary | 10100111 | 100000 | 10100000 | 0 | 1010001 | 100 | 100011 | 100101111 | 1000100 | 100111 |
Color Harmonies of #A720A0
Complementary color
Monochromatic Colors of #A720A0
Black with #A720A0
Text Example
Text Example
White with #A720A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A720A0; }
p { color: rgb(167,32,160); }
H1.HeaderClassName
{
color: #A720A0;
}
.AnyTagClassName
{
color: #A720A0;
}
</style>
background-color css
<style>
a { background-color: #A720A0; }
a { background-color: rgb(167,32,160); }
div.DivClassName
{
background-color: #A720A0;
}
.BgClassName
{
background-color: #A720A0;
}
</style>
border-color css
<style>
span { border-color: #A720A0; }
span { border-color: rgb(167,32,160); }
td.TdClassName
{
border-color: #A720A0;
}
.TagClassName
{
border-color: #A720A0;
}
</style>