Shades of Dark Magenta #A70D9A
Tints of Dark Magenta #A70D9A
RGB
CMYK
RGB Variations
Color information
#A70D9A (or 0xA70D9A) is known color: Dark Magenta. HEX triplet: A7, 0D and 9A. RGB value is (167,13,154). Sum of RGB (Red+Green+Blue) = 167+13+154=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A70D9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70D9A is #58F265. Grayscale: #4A4A4A. Windows color (decimal): -5829222 or 10096039. OLE color: 10096039.
HSL color Cylindrical-coordinate representation of color #A70D9A: hue angle of 305.06º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70D9A is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 13 | 154 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.35 |
| HSL | 305.06º | 0.86% | 0.35% | - |
| HSV(B) | 305.06º | 0.92% | 0.65% | - |
| XYZ | 21.91 | 10.84 | 31.51 | - |
| YUV | 75.12 | 172.52 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 154 | 0 | 0.92 | 0.08 | 0.35 | 305.06 | 0.86 | 0.35 |
| Hex | A7 | D | 9A | 0 | 5C | 8 | 23 | 131 | 56 | 23 |
| Octal | 247 | 15 | 232 | 0 | 134 | 10 | 43 | 461 | 126 | 43 |
| Binary | 10100111 | 1101 | 10011010 | 0 | 1011100 | 1000 | 100011 | 100110001 | 1010110 | 100011 |
Color Harmonies of #A70D9A
Complementary color
Monochromatic Colors of #A70D9A
Black with #A70D9A
Text Example
Text Example
White with #A70D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70D9A; }
p { color: rgb(167,13,154); }
H1.HeaderClassName
{
color: #A70D9A;
}
.AnyTagClassName
{
color: #A70D9A;
}
</style>
background-color css
<style>
a { background-color: #A70D9A; }
a { background-color: rgb(167,13,154); }
div.DivClassName
{
background-color: #A70D9A;
}
.BgClassName
{
background-color: #A70D9A;
}
</style>
border-color css
<style>
span { border-color: #A70D9A; }
span { border-color: rgb(167,13,154); }
td.TdClassName
{
border-color: #A70D9A;
}
.TagClassName
{
border-color: #A70D9A;
}
</style>