Shades of Dark Magenta #A70FA0
Tints of Dark Magenta #A70FA0
RGB
CMYK
RGB Variations
Color information
#A70FA0 (or 0xA70FA0) is known color: Dark Magenta. HEX triplet: A7, 0F and A0. RGB value is (167,15,160). Sum of RGB (Red+Green+Blue) = 167+15+160=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 160 (62.89% from 255 or 46.78% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A70FA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70FA0 is #58F05F. Grayscale: #4C4C4C. Windows color (decimal): -5828704 or 10489767. OLE color: 10489767.
HSL color Cylindrical-coordinate representation of color #A70FA0: hue angle of 302.76º 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 #A70FA0 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 15 | 160 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.35 |
| HSL | 302.76º | 0.84% | 0.36% | - |
| HSV(B) | 302.76º | 0.91% | 0.65% | - |
| XYZ | 22.45 | 11.1 | 34.22 | - |
| YUV | 76.98 | 174.86 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 160 | 0 | 0.91 | 0.04 | 0.35 | 302.76 | 0.84 | 0.36 |
| Hex | A7 | F | A0 | 0 | 5B | 4 | 23 | 12F | 54 | 24 |
| Octal | 247 | 17 | 240 | 0 | 133 | 4 | 43 | 457 | 124 | 44 |
| Binary | 10100111 | 1111 | 10100000 | 0 | 1011011 | 100 | 100011 | 100101111 | 1010100 | 100100 |
Color Harmonies of #A70FA0
Complementary color
Monochromatic Colors of #A70FA0
Black with #A70FA0
Text Example
Text Example
White with #A70FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70FA0; }
p { color: rgb(167,15,160); }
H1.HeaderClassName
{
color: #A70FA0;
}
.AnyTagClassName
{
color: #A70FA0;
}
</style>
background-color css
<style>
a { background-color: #A70FA0; }
a { background-color: rgb(167,15,160); }
div.DivClassName
{
background-color: #A70FA0;
}
.BgClassName
{
background-color: #A70FA0;
}
</style>
border-color css
<style>
span { border-color: #A70FA0; }
span { border-color: rgb(167,15,160); }
td.TdClassName
{
border-color: #A70FA0;
}
.TagClassName
{
border-color: #A70FA0;
}
</style>