Shades of Dark Magenta #A70D99
Tints of Dark Magenta #A70D99
RGB
CMYK
RGB Variations
Color information
#A70D99 (or 0xA70D99) is known color: Dark Magenta. HEX triplet: A7, 0D and 99. RGB value is (167,13,153). Sum of RGB (Red+Green+Blue) = 167+13+153=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A70D99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70D99 is #58F266. Grayscale: #4A4A4A. Windows color (decimal): -5829223 or 10030503. OLE color: 10030503.
HSL color Cylindrical-coordinate representation of color #A70D99: hue angle of 305.45º 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 #A70D99 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 13 | 153 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.35 |
| HSL | 305.45º | 0.86% | 0.35% | - |
| HSV(B) | 305.45º | 0.92% | 0.65% | - |
| XYZ | 21.83 | 10.8 | 31.07 | - |
| YUV | 75.01 | 172.02 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 153 | 0 | 0.92 | 0.08 | 0.35 | 305.45 | 0.86 | 0.35 |
| Hex | A7 | D | 99 | 0 | 5C | 8 | 23 | 131 | 56 | 23 |
| Octal | 247 | 15 | 231 | 0 | 134 | 10 | 43 | 461 | 126 | 43 |
| Binary | 10100111 | 1101 | 10011001 | 0 | 1011100 | 1000 | 100011 | 100110001 | 1010110 | 100011 |
Color Harmonies of #A70D99
Complementary color
Monochromatic Colors of #A70D99
Black with #A70D99
Text Example
Text Example
White with #A70D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70D99; }
p { color: rgb(167,13,153); }
H1.HeaderClassName
{
color: #A70D99;
}
.AnyTagClassName
{
color: #A70D99;
}
</style>
background-color css
<style>
a { background-color: #A70D99; }
a { background-color: rgb(167,13,153); }
div.DivClassName
{
background-color: #A70D99;
}
.BgClassName
{
background-color: #A70D99;
}
</style>
border-color css
<style>
span { border-color: #A70D99; }
span { border-color: rgb(167,13,153); }
td.TdClassName
{
border-color: #A70D99;
}
.TagClassName
{
border-color: #A70D99;
}
</style>