Shades of Dark Magenta #A70AAE
Tints of Dark Magenta #A70AAE
RGB
CMYK
RGB Variations
Color information
#A70AAE (or 0xA70AAE) is known color: Dark Magenta. HEX triplet: A7, 0A and AE. RGB value is (167,10,174). Sum of RGB (Red+Green+Blue) = 167+10+174=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #A70AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70AAE is #58F551. Grayscale: #4B4B4B. Windows color (decimal): -5829970 or 11405991. OLE color: 11405991.
HSL color Cylindrical-coordinate representation of color #A70AAE: hue angle of 297.44º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70AAE is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 10 | 174 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.32 |
| HSL | 297.44º | 0.89% | 0.36% | - |
| HSV(B) | 297.44º | 0.94% | 0.68% | - |
| XYZ | 23.68 | 11.49 | 41.01 | - |
| YUV | 75.64 | 183.51 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 10 | 174 | 0.04 | 0.94 | 0 | 0.32 | 297.44 | 0.89 | 0.36 |
| Hex | A7 | A | AE | 4 | 5E | 0 | 20 | 129 | 59 | 24 |
| Octal | 247 | 12 | 256 | 4 | 136 | 0 | 40 | 451 | 131 | 44 |
| Binary | 10100111 | 1010 | 10101110 | 100 | 1011110 | 0 | 100000 | 100101001 | 1011001 | 100100 |
Color Harmonies of #A70AAE
Complementary color
Monochromatic Colors of #A70AAE
Black with #A70AAE
Text Example
Text Example
White with #A70AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70AAE; }
p { color: rgb(167,10,174); }
H1.HeaderClassName
{
color: #A70AAE;
}
.AnyTagClassName
{
color: #A70AAE;
}
</style>
background-color css
<style>
a { background-color: #A70AAE; }
a { background-color: rgb(167,10,174); }
div.DivClassName
{
background-color: #A70AAE;
}
.BgClassName
{
background-color: #A70AAE;
}
</style>
border-color css
<style>
span { border-color: #A70AAE; }
span { border-color: rgb(167,10,174); }
td.TdClassName
{
border-color: #A70AAE;
}
.TagClassName
{
border-color: #A70AAE;
}
</style>