Shades of Dark Magenta #A70B95
Tints of Dark Magenta #A70B95
RGB
CMYK
RGB Variations
Color information
#A70B95 (or 0xA70B95) is known color: Dark Magenta. HEX triplet: A7, 0B and 95. RGB value is (167,11,149). Sum of RGB (Red+Green+Blue) = 167+11+149=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A70B95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70B95 is #58F46A. Grayscale: #484848. Windows color (decimal): -5829739 or 9767847. OLE color: 9767847.
HSL color Cylindrical-coordinate representation of color #A70B95: hue angle of 306.92º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70B95 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 11 | 149 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.35 |
| HSL | 306.92º | 0.88% | 0.35% | - |
| HSV(B) | 306.92º | 0.93% | 0.65% | - |
| XYZ | 21.48 | 10.62 | 29.35 | - |
| YUV | 73.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 149 | 0 | 0.93 | 0.11 | 0.35 | 306.92 | 0.88 | 0.35 |
| Hex | A7 | B | 95 | 0 | 5D | B | 23 | 133 | 58 | 23 |
| Octal | 247 | 13 | 225 | 0 | 135 | 13 | 43 | 463 | 130 | 43 |
| Binary | 10100111 | 1011 | 10010101 | 0 | 1011101 | 1011 | 100011 | 100110011 | 1011000 | 100011 |
Color Harmonies of #A70B95
Complementary color
Monochromatic Colors of #A70B95
Black with #A70B95
Text Example
Text Example
White with #A70B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70B95; }
p { color: rgb(167,11,149); }
H1.HeaderClassName
{
color: #A70B95;
}
.AnyTagClassName
{
color: #A70B95;
}
</style>
background-color css
<style>
a { background-color: #A70B95; }
a { background-color: rgb(167,11,149); }
div.DivClassName
{
background-color: #A70B95;
}
.BgClassName
{
background-color: #A70B95;
}
</style>
border-color css
<style>
span { border-color: #A70B95; }
span { border-color: rgb(167,11,149); }
td.TdClassName
{
border-color: #A70B95;
}
.TagClassName
{
border-color: #A70B95;
}
</style>