Shades of Dark Magenta #A70196
Tints of Dark Magenta #A70196
RGB
CMYK
RGB Variations
Color information
#A70196 (or 0xA70196) is known color: Dark Magenta. HEX triplet: A7, 01 and 96. RGB value is (167,1,150). Sum of RGB (Red+Green+Blue) = 167+1+150=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A70196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70196 is #58FE69. Grayscale: #434343. Windows color (decimal): -5832298 or 9830823. OLE color: 9830823.
HSL color Cylindrical-coordinate representation of color #A70196: hue angle of 306.14º degrees, saturation: 0.99, 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 #A70196 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 1 | 150 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.35 |
| HSL | 306.14º | 0.99% | 0.33% | - |
| HSV(B) | 306.14º | 0.99% | 0.65% | - |
| XYZ | 21.45 | 10.44 | 29.74 | - |
| YUV | 67.62 | 174.5 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 150 | 0 | 0.99 | 0.10 | 0.35 | 306.14 | 0.99 | 0.33 |
| Hex | A7 | 1 | 96 | 0 | 63 | A | 23 | 132 | 63 | 21 |
| Octal | 247 | 1 | 226 | 0 | 143 | 12 | 43 | 462 | 143 | 41 |
| Binary | 10100111 | 1 | 10010110 | 0 | 1100011 | 1010 | 100011 | 100110010 | 1100011 | 100001 |
Color Harmonies of #A70196
Complementary color
Monochromatic Colors of #A70196
Black with #A70196
Text Example
Text Example
White with #A70196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70196; }
p { color: rgb(167,1,150); }
H1.HeaderClassName
{
color: #A70196;
}
.AnyTagClassName
{
color: #A70196;
}
</style>
background-color css
<style>
a { background-color: #A70196; }
a { background-color: rgb(167,1,150); }
div.DivClassName
{
background-color: #A70196;
}
.BgClassName
{
background-color: #A70196;
}
</style>
border-color css
<style>
span { border-color: #A70196; }
span { border-color: rgb(167,1,150); }
td.TdClassName
{
border-color: #A70196;
}
.TagClassName
{
border-color: #A70196;
}
</style>