Shades of Dark Magenta #A7029C
Tints of Dark Magenta #A7029C
RGB
CMYK
RGB Variations
Color information
#A7029C (or 0xA7029C) is known color: Dark Magenta. HEX triplet: A7, 02 and 9C. RGB value is (167,2,156). Sum of RGB (Red+Green+Blue) = 167+2+156=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A7029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7029C is #58FD63. Grayscale: #444444. Windows color (decimal): -5832036 or 10224295. OLE color: 10224295.
HSL color Cylindrical-coordinate representation of color #A7029C: hue angle of 304º 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 #A7029C is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 156 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.35 |
| HSL | 304º | 0.98% | 0.33% | - |
| HSV(B) | 304º | 0.99% | 0.65% | - |
| XYZ | 21.96 | 10.66 | 32.35 | - |
| YUV | 68.89 | 177.16 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 156 | 0 | 0.99 | 0.07 | 0.35 | 304 | 0.98 | 0.33 |
| Hex | A7 | 2 | 9C | 0 | 63 | 7 | 23 | 130 | 62 | 21 |
| Octal | 247 | 2 | 234 | 0 | 143 | 7 | 43 | 460 | 142 | 41 |
| Binary | 10100111 | 10 | 10011100 | 0 | 1100011 | 111 | 100011 | 100110000 | 1100010 | 100001 |
Color Harmonies of #A7029C
Complementary color
Monochromatic Colors of #A7029C
Black with #A7029C
Text Example
Text Example
White with #A7029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7029C; }
p { color: rgb(167,2,156); }
H1.HeaderClassName
{
color: #A7029C;
}
.AnyTagClassName
{
color: #A7029C;
}
</style>
background-color css
<style>
a { background-color: #A7029C; }
a { background-color: rgb(167,2,156); }
div.DivClassName
{
background-color: #A7029C;
}
.BgClassName
{
background-color: #A7029C;
}
</style>
border-color css
<style>
span { border-color: #A7029C; }
span { border-color: rgb(167,2,156); }
td.TdClassName
{
border-color: #A7029C;
}
.TagClassName
{
border-color: #A7029C;
}
</style>