Shades of Dark Magenta #A721A1
Tints of Dark Magenta #A721A1
RGB
CMYK
RGB Variations
Color information
#A721A1 (or 0xA721A1) is known color: Dark Magenta. HEX triplet: A7, 21 and A1. RGB value is (167,33,161). Sum of RGB (Red+Green+Blue) = 167+33+161=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A721A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A721A1 is #58DE5E. Grayscale: #575757. Windows color (decimal): -5824095 or 10559911. OLE color: 10559911.
HSL color Cylindrical-coordinate representation of color #A721A1: hue angle of 302.69º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A721A1 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 33 | 161 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.35 |
| HSL | 302.69º | 0.67% | 0.39% | - |
| HSV(B) | 302.69º | 0.8% | 0.65% | - |
| XYZ | 22.91 | 11.88 | 34.8 | - |
| YUV | 87.66 | 169.39 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 33 | 161 | 0 | 0.80 | 0.04 | 0.35 | 302.69 | 0.67 | 0.39 |
| Hex | A7 | 21 | A1 | 0 | 50 | 4 | 23 | 12F | 43 | 27 |
| Octal | 247 | 41 | 241 | 0 | 120 | 4 | 43 | 457 | 103 | 47 |
| Binary | 10100111 | 100001 | 10100001 | 0 | 1010000 | 100 | 100011 | 100101111 | 1000011 | 100111 |
Color Harmonies of #A721A1
Complementary color
Monochromatic Colors of #A721A1
Black with #A721A1
Text Example
Text Example
White with #A721A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A721A1; }
p { color: rgb(167,33,161); }
H1.HeaderClassName
{
color: #A721A1;
}
.AnyTagClassName
{
color: #A721A1;
}
</style>
background-color css
<style>
a { background-color: #A721A1; }
a { background-color: rgb(167,33,161); }
div.DivClassName
{
background-color: #A721A1;
}
.BgClassName
{
background-color: #A721A1;
}
</style>
border-color css
<style>
span { border-color: #A721A1; }
span { border-color: rgb(167,33,161); }
td.TdClassName
{
border-color: #A721A1;
}
.TagClassName
{
border-color: #A721A1;
}
</style>