Shades of Dark Magenta #A70AAA
Tints of Dark Magenta #A70AAA
RGB
CMYK
RGB Variations
Color information
#A70AAA (or 0xA70AAA) is known color: Dark Magenta. HEX triplet: A7, 0A and AA. RGB value is (167,10,170). Sum of RGB (Red+Green+Blue) = 167+10+170=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #A70AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70AAA is #58F555. Grayscale: #4A4A4A. Windows color (decimal): -5829974 or 11143847. OLE color: 11143847.
HSL color Cylindrical-coordinate representation of color #A70AAA: hue angle of 298.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70AAA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 10 | 170 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.33 |
| HSL | 298.88º | 0.89% | 0.35% | - |
| HSV(B) | 298.88º | 0.94% | 0.67% | - |
| XYZ | 23.3 | 11.33 | 38.99 | - |
| YUV | 75.18 | 181.51 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 10 | 170 | 0.02 | 0.94 | 0 | 0.33 | 298.88 | 0.89 | 0.35 |
| Hex | A7 | A | AA | 2 | 5E | 0 | 21 | 12B | 59 | 23 |
| Octal | 247 | 12 | 252 | 2 | 136 | 0 | 41 | 453 | 131 | 43 |
| Binary | 10100111 | 1010 | 10101010 | 10 | 1011110 | 0 | 100001 | 100101011 | 1011001 | 100011 |
Color Harmonies of #A70AAA
Complementary color
Monochromatic Colors of #A70AAA
Black with #A70AAA
Text Example
Text Example
White with #A70AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70AAA; }
p { color: rgb(167,10,170); }
H1.HeaderClassName
{
color: #A70AAA;
}
.AnyTagClassName
{
color: #A70AAA;
}
</style>
background-color css
<style>
a { background-color: #A70AAA; }
a { background-color: rgb(167,10,170); }
div.DivClassName
{
background-color: #A70AAA;
}
.BgClassName
{
background-color: #A70AAA;
}
</style>
border-color css
<style>
span { border-color: #A70AAA; }
span { border-color: rgb(167,10,170); }
td.TdClassName
{
border-color: #A70AAA;
}
.TagClassName
{
border-color: #A70AAA;
}
</style>