Shades of Dark Magenta #A7029F
Tints of Dark Magenta #A7029F
RGB
CMYK
RGB Variations
Color information
#A7029F (or 0xA7029F) is known color: Dark Magenta. HEX triplet: A7, 02 and 9F. RGB value is (167,2,159). Sum of RGB (Red+Green+Blue) = 167+2+159=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A7029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7029F is #58FD60. Grayscale: #444444. Windows color (decimal): -5832033 or 10420903. OLE color: 10420903.
HSL color Cylindrical-coordinate representation of color #A7029F: hue angle of 302.91º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7029F is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 159 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.35 |
| HSL | 302.91º | 0.98% | 0.33% | - |
| HSV(B) | 302.91º | 0.99% | 0.65% | - |
| XYZ | 22.22 | 10.76 | 33.71 | - |
| YUV | 69.23 | 178.66 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 159 | 0 | 0.99 | 0.05 | 0.35 | 302.91 | 0.98 | 0.33 |
| Hex | A7 | 2 | 9F | 0 | 63 | 5 | 23 | 12F | 62 | 21 |
| Octal | 247 | 2 | 237 | 0 | 143 | 5 | 43 | 457 | 142 | 41 |
| Binary | 10100111 | 10 | 10011111 | 0 | 1100011 | 101 | 100011 | 100101111 | 1100010 | 100001 |
Color Harmonies of #A7029F
Complementary color
Monochromatic Colors of #A7029F
Black with #A7029F
Text Example
Text Example
White with #A7029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7029F; }
p { color: rgb(167,2,159); }
H1.HeaderClassName
{
color: #A7029F;
}
.AnyTagClassName
{
color: #A7029F;
}
</style>
background-color css
<style>
a { background-color: #A7029F; }
a { background-color: rgb(167,2,159); }
div.DivClassName
{
background-color: #A7029F;
}
.BgClassName
{
background-color: #A7029F;
}
</style>
border-color css
<style>
span { border-color: #A7029F; }
span { border-color: rgb(167,2,159); }
td.TdClassName
{
border-color: #A7029F;
}
.TagClassName
{
border-color: #A7029F;
}
</style>