Shades of Dark Magenta #A70AA8
Tints of Dark Magenta #A70AA8
RGB
CMYK
RGB Variations
Color information
#A70AA8 (or 0xA70AA8) is known color: Dark Magenta. HEX triplet: A7, 0A and A8. RGB value is (167,10,168). Sum of RGB (Red+Green+Blue) = 167+10+168=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 168 (66.02% from 255 or 48.70% from 345); Max value from RGB is 168 - color contains mainly: blue. Hex color #A70AA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70AA8 is #58F557. Grayscale: #4A4A4A. Windows color (decimal): -5829976 or 11012775. OLE color: 11012775.
HSL color Cylindrical-coordinate representation of color #A70AA8: hue angle of 299.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70AA8 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 10 | 168 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.34 |
| HSL | 299.62º | 0.89% | 0.35% | - |
| HSV(B) | 299.62º | 0.94% | 0.66% | - |
| XYZ | 23.11 | 11.26 | 38 | - |
| YUV | 74.96 | 180.51 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 10 | 168 | 0.01 | 0.94 | 0 | 0.34 | 299.62 | 0.89 | 0.35 |
| Hex | A7 | A | A8 | 1 | 5E | 0 | 22 | 12C | 59 | 23 |
| Octal | 247 | 12 | 250 | 1 | 136 | 0 | 42 | 454 | 131 | 43 |
| Binary | 10100111 | 1010 | 10101000 | 1 | 1011110 | 0 | 100010 | 100101100 | 1011001 | 100011 |
Color Harmonies of #A70AA8
Complementary color
Monochromatic Colors of #A70AA8
Black with #A70AA8
Text Example
Text Example
White with #A70AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70AA8; }
p { color: rgb(167,10,168); }
H1.HeaderClassName
{
color: #A70AA8;
}
.AnyTagClassName
{
color: #A70AA8;
}
</style>
background-color css
<style>
a { background-color: #A70AA8; }
a { background-color: rgb(167,10,168); }
div.DivClassName
{
background-color: #A70AA8;
}
.BgClassName
{
background-color: #A70AA8;
}
</style>
border-color css
<style>
span { border-color: #A70AA8; }
span { border-color: rgb(167,10,168); }
td.TdClassName
{
border-color: #A70AA8;
}
.TagClassName
{
border-color: #A70AA8;
}
</style>