Shades of Dark Magenta #A70FA1
Tints of Dark Magenta #A70FA1
RGB
CMYK
RGB Variations
Color information
#A70FA1 (or 0xA70FA1) is known color: Dark Magenta. HEX triplet: A7, 0F and A1. RGB value is (167,15,161). Sum of RGB (Red+Green+Blue) = 167+15+161=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A70FA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70FA1 is #58F05E. Grayscale: #4C4C4C. Windows color (decimal): -5828703 or 10555303. OLE color: 10555303.
HSL color Cylindrical-coordinate representation of color #A70FA1: hue angle of 302.37º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70FA1 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 15 | 161 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.35 |
| HSL | 302.37º | 0.84% | 0.36% | - |
| HSV(B) | 302.37º | 0.91% | 0.65% | - |
| XYZ | 22.54 | 11.13 | 34.68 | - |
| YUV | 77.09 | 175.36 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 161 | 0 | 0.91 | 0.04 | 0.35 | 302.37 | 0.84 | 0.36 |
| Hex | A7 | F | A1 | 0 | 5B | 4 | 23 | 12E | 54 | 24 |
| Octal | 247 | 17 | 241 | 0 | 133 | 4 | 43 | 456 | 124 | 44 |
| Binary | 10100111 | 1111 | 10100001 | 0 | 1011011 | 100 | 100011 | 100101110 | 1010100 | 100100 |
Color Harmonies of #A70FA1
Complementary color
Monochromatic Colors of #A70FA1
Black with #A70FA1
Text Example
Text Example
White with #A70FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70FA1; }
p { color: rgb(167,15,161); }
H1.HeaderClassName
{
color: #A70FA1;
}
.AnyTagClassName
{
color: #A70FA1;
}
</style>
background-color css
<style>
a { background-color: #A70FA1; }
a { background-color: rgb(167,15,161); }
div.DivClassName
{
background-color: #A70FA1;
}
.BgClassName
{
background-color: #A70FA1;
}
</style>
border-color css
<style>
span { border-color: #A70FA1; }
span { border-color: rgb(167,15,161); }
td.TdClassName
{
border-color: #A70FA1;
}
.TagClassName
{
border-color: #A70FA1;
}
</style>