Shades of Dark Magenta #A712A2
Tints of Dark Magenta #A712A2
RGB
CMYK
RGB Variations
Color information
#A712A2 (or 0xA712A2) is known color: Dark Magenta. HEX triplet: A7, 12 and A2. RGB value is (167,18,162). Sum of RGB (Red+Green+Blue) = 167+18+162=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A712A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A712A2 is #58ED5D. Grayscale: #4E4E4E. Windows color (decimal): -5827934 or 10621607. OLE color: 10621607.
HSL color Cylindrical-coordinate representation of color #A712A2: hue angle of 302.01º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A712A2 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 18 | 162 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.35 |
| HSL | 302.01º | 0.81% | 0.36% | - |
| HSV(B) | 302.01º | 0.89% | 0.65% | - |
| XYZ | 22.67 | 11.26 | 35.16 | - |
| YUV | 78.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 18 | 162 | 0 | 0.89 | 0.03 | 0.35 | 302.01 | 0.81 | 0.36 |
| Hex | A7 | 12 | A2 | 0 | 59 | 3 | 23 | 12E | 51 | 24 |
| Octal | 247 | 22 | 242 | 0 | 131 | 3 | 43 | 456 | 121 | 44 |
| Binary | 10100111 | 10010 | 10100010 | 0 | 1011001 | 11 | 100011 | 100101110 | 1010001 | 100100 |
Color Harmonies of #A712A2
Complementary color
Monochromatic Colors of #A712A2
Black with #A712A2
Text Example
Text Example
White with #A712A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A712A2; }
p { color: rgb(167,18,162); }
H1.HeaderClassName
{
color: #A712A2;
}
.AnyTagClassName
{
color: #A712A2;
}
</style>
background-color css
<style>
a { background-color: #A712A2; }
a { background-color: rgb(167,18,162); }
div.DivClassName
{
background-color: #A712A2;
}
.BgClassName
{
background-color: #A712A2;
}
</style>
border-color css
<style>
span { border-color: #A712A2; }
span { border-color: rgb(167,18,162); }
td.TdClassName
{
border-color: #A712A2;
}
.TagClassName
{
border-color: #A712A2;
}
</style>