Shades of Dark Magenta #A70389
Tints of Dark Magenta #A70389
RGB
CMYK
RGB Variations
Color information
#A70389 (or 0xA70389) is known color: Dark Magenta. HEX triplet: A7, 03 and 89. RGB value is (167,3,137). Sum of RGB (Red+Green+Blue) = 167+3+137=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A70389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70389 is #58FC76. Grayscale: #424242. Windows color (decimal): -5831799 or 8979367. OLE color: 8979367.
HSL color Cylindrical-coordinate representation of color #A70389: hue angle of 310.98º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A70389 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 137 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.35 |
| HSL | 310.98º | 0.96% | 0.33% | - |
| HSV(B) | 310.98º | 0.98% | 0.65% | - |
| XYZ | 20.48 | 10.09 | 24.53 | - |
| YUV | 67.31 | 167.33 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 137 | 0 | 0.98 | 0.18 | 0.35 | 310.98 | 0.96 | 0.33 |
| Hex | A7 | 3 | 89 | 0 | 62 | 12 | 23 | 137 | 60 | 21 |
| Octal | 247 | 3 | 211 | 0 | 142 | 22 | 43 | 467 | 140 | 41 |
| Binary | 10100111 | 11 | 10001001 | 0 | 1100010 | 10010 | 100011 | 100110111 | 1100000 | 100001 |
Color Harmonies of #A70389
Complementary color
Monochromatic Colors of #A70389
Black with #A70389
Text Example
Text Example
White with #A70389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70389; }
p { color: rgb(167,3,137); }
H1.HeaderClassName
{
color: #A70389;
}
.AnyTagClassName
{
color: #A70389;
}
</style>
background-color css
<style>
a { background-color: #A70389; }
a { background-color: rgb(167,3,137); }
div.DivClassName
{
background-color: #A70389;
}
.BgClassName
{
background-color: #A70389;
}
</style>
border-color css
<style>
span { border-color: #A70389; }
span { border-color: rgb(167,3,137); }
td.TdClassName
{
border-color: #A70389;
}
.TagClassName
{
border-color: #A70389;
}
</style>