Shades of Dark Magenta #A70CAA
Tints of Dark Magenta #A70CAA
RGB
CMYK
RGB Variations
Color information
#A70CAA (or 0xA70CAA) is known color: Dark Magenta. HEX triplet: A7, 0C and AA. RGB value is (167,12,170). Sum of RGB (Red+Green+Blue) = 167+12+170=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #A70CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70CAA is #58F355. Grayscale: #4B4B4B. Windows color (decimal): -5829462 or 11144359. OLE color: 11144359.
HSL color Cylindrical-coordinate representation of color #A70CAA: hue angle of 298.86º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70CAA is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 12 | 170 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.33 |
| HSL | 298.86º | 0.87% | 0.36% | - |
| HSV(B) | 298.86º | 0.93% | 0.67% | - |
| XYZ | 23.32 | 11.38 | 39 | - |
| YUV | 76.36 | 180.85 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 170 | 0.02 | 0.93 | 0 | 0.33 | 298.86 | 0.87 | 0.36 |
| Hex | A7 | C | AA | 2 | 5D | 0 | 21 | 12B | 57 | 24 |
| Octal | 247 | 14 | 252 | 2 | 135 | 0 | 41 | 453 | 127 | 44 |
| Binary | 10100111 | 1100 | 10101010 | 10 | 1011101 | 0 | 100001 | 100101011 | 1010111 | 100100 |
Color Harmonies of #A70CAA
Complementary color
Monochromatic Colors of #A70CAA
Black with #A70CAA
Text Example
Text Example
White with #A70CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CAA; }
p { color: rgb(167,12,170); }
H1.HeaderClassName
{
color: #A70CAA;
}
.AnyTagClassName
{
color: #A70CAA;
}
</style>
background-color css
<style>
a { background-color: #A70CAA; }
a { background-color: rgb(167,12,170); }
div.DivClassName
{
background-color: #A70CAA;
}
.BgClassName
{
background-color: #A70CAA;
}
</style>
border-color css
<style>
span { border-color: #A70CAA; }
span { border-color: rgb(167,12,170); }
td.TdClassName
{
border-color: #A70CAA;
}
.TagClassName
{
border-color: #A70CAA;
}
</style>