Shades of Dark Magenta #A70FAE
Tints of Dark Magenta #A70FAE
RGB
CMYK
RGB Variations
Color information
#A70FAE (or 0xA70FAE) is known color: Dark Magenta. HEX triplet: A7, 0F and AE. RGB value is (167,15,174). Sum of RGB (Red+Green+Blue) = 167+15+174=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #A70FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70FAE is #58F051. Grayscale: #4E4E4E. Windows color (decimal): -5828690 or 11407271. OLE color: 11407271.
HSL color Cylindrical-coordinate representation of color #A70FAE: hue angle of 297.36º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70FAE is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 15 | 174 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.32 |
| HSL | 297.36º | 0.84% | 0.37% | - |
| HSV(B) | 297.36º | 0.91% | 0.68% | - |
| XYZ | 23.75 | 11.61 | 41.03 | - |
| YUV | 78.57 | 181.86 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 174 | 0.04 | 0.91 | 0 | 0.32 | 297.36 | 0.84 | 0.37 |
| Hex | A7 | F | AE | 4 | 5B | 0 | 20 | 129 | 54 | 25 |
| Octal | 247 | 17 | 256 | 4 | 133 | 0 | 40 | 451 | 124 | 45 |
| Binary | 10100111 | 1111 | 10101110 | 100 | 1011011 | 0 | 100000 | 100101001 | 1010100 | 100101 |
Color Harmonies of #A70FAE
Complementary color
Monochromatic Colors of #A70FAE
Black with #A70FAE
Text Example
Text Example
White with #A70FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70FAE; }
p { color: rgb(167,15,174); }
H1.HeaderClassName
{
color: #A70FAE;
}
.AnyTagClassName
{
color: #A70FAE;
}
</style>
background-color css
<style>
a { background-color: #A70FAE; }
a { background-color: rgb(167,15,174); }
div.DivClassName
{
background-color: #A70FAE;
}
.BgClassName
{
background-color: #A70FAE;
}
</style>
border-color css
<style>
span { border-color: #A70FAE; }
span { border-color: rgb(167,15,174); }
td.TdClassName
{
border-color: #A70FAE;
}
.TagClassName
{
border-color: #A70FAE;
}
</style>