Shades of Dark Magenta #A70296
Tints of Dark Magenta #A70296
RGB
CMYK
RGB Variations
Color information
#A70296 (or 0xA70296) is known color: Dark Magenta. HEX triplet: A7, 02 and 96. RGB value is (167,2,150). Sum of RGB (Red+Green+Blue) = 167+2+150=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A70296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70296 is #58FD69. Grayscale: #434343. Windows color (decimal): -5832042 or 9831079. OLE color: 9831079.
HSL color Cylindrical-coordinate representation of color #A70296: hue angle of 306.18º 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 #A70296 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 150 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.35 |
| HSL | 306.18º | 0.98% | 0.33% | - |
| HSV(B) | 306.18º | 0.99% | 0.65% | - |
| XYZ | 21.46 | 10.46 | 29.74 | - |
| YUV | 68.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 150 | 0 | 0.99 | 0.10 | 0.35 | 306.18 | 0.98 | 0.33 |
| Hex | A7 | 2 | 96 | 0 | 63 | A | 23 | 132 | 62 | 21 |
| Octal | 247 | 2 | 226 | 0 | 143 | 12 | 43 | 462 | 142 | 41 |
| Binary | 10100111 | 10 | 10010110 | 0 | 1100011 | 1010 | 100011 | 100110010 | 1100010 | 100001 |
Color Harmonies of #A70296
Complementary color
Monochromatic Colors of #A70296
Black with #A70296
Text Example
Text Example
White with #A70296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70296; }
p { color: rgb(167,2,150); }
H1.HeaderClassName
{
color: #A70296;
}
.AnyTagClassName
{
color: #A70296;
}
</style>
background-color css
<style>
a { background-color: #A70296; }
a { background-color: rgb(167,2,150); }
div.DivClassName
{
background-color: #A70296;
}
.BgClassName
{
background-color: #A70296;
}
</style>
border-color css
<style>
span { border-color: #A70296; }
span { border-color: rgb(167,2,150); }
td.TdClassName
{
border-color: #A70296;
}
.TagClassName
{
border-color: #A70296;
}
</style>