Shades of Dark Magenta #A70FAA
Tints of Dark Magenta #A70FAA
RGB
CMYK
RGB Variations
Color information
#A70FAA (or 0xA70FAA) is known color: Dark Magenta. HEX triplet: A7, 0F and AA. RGB value is (167,15,170). Sum of RGB (Red+Green+Blue) = 167+15+170=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #A70FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70FAA is #58F055. Grayscale: #4D4D4D. Windows color (decimal): -5828694 or 11145127. OLE color: 11145127.
HSL color Cylindrical-coordinate representation of color #A70FAA: hue angle of 298.84º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70FAA is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 15 | 170 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.33 |
| HSL | 298.84º | 0.84% | 0.36% | - |
| HSV(B) | 298.84º | 0.91% | 0.67% | - |
| XYZ | 23.36 | 11.46 | 39.01 | - |
| YUV | 78.12 | 179.86 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 170 | 0.02 | 0.91 | 0 | 0.33 | 298.84 | 0.84 | 0.36 |
| Hex | A7 | F | AA | 2 | 5B | 0 | 21 | 12B | 54 | 24 |
| Octal | 247 | 17 | 252 | 2 | 133 | 0 | 41 | 453 | 124 | 44 |
| Binary | 10100111 | 1111 | 10101010 | 10 | 1011011 | 0 | 100001 | 100101011 | 1010100 | 100100 |
Color Harmonies of #A70FAA
Complementary color
Monochromatic Colors of #A70FAA
Black with #A70FAA
Text Example
Text Example
White with #A70FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70FAA; }
p { color: rgb(167,15,170); }
H1.HeaderClassName
{
color: #A70FAA;
}
.AnyTagClassName
{
color: #A70FAA;
}
</style>
background-color css
<style>
a { background-color: #A70FAA; }
a { background-color: rgb(167,15,170); }
div.DivClassName
{
background-color: #A70FAA;
}
.BgClassName
{
background-color: #A70FAA;
}
</style>
border-color css
<style>
span { border-color: #A70FAA; }
span { border-color: rgb(167,15,170); }
td.TdClassName
{
border-color: #A70FAA;
}
.TagClassName
{
border-color: #A70FAA;
}
</style>