Shades of Dark Magenta #A70689
Tints of Dark Magenta #A70689
RGB
CMYK
RGB Variations
Color information
#A70689 (or 0xA70689) is known color: Dark Magenta. HEX triplet: A7, 06 and 89. RGB value is (167,6,137). Sum of RGB (Red+Green+Blue) = 167+6+137=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A70689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70689 is #58F976. Grayscale: #444444. Windows color (decimal): -5831031 or 8980135. OLE color: 8980135.
HSL color Cylindrical-coordinate representation of color #A70689: hue angle of 311.18º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A70689 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 6 | 137 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.35 |
| HSL | 311.18º | 0.93% | 0.34% | - |
| HSV(B) | 311.18º | 0.96% | 0.65% | - |
| XYZ | 20.52 | 10.15 | 24.55 | - |
| YUV | 69.07 | 166.34 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 6 | 137 | 0 | 0.96 | 0.18 | 0.35 | 311.18 | 0.93 | 0.34 |
| Hex | A7 | 6 | 89 | 0 | 60 | 12 | 23 | 137 | 5D | 22 |
| Octal | 247 | 6 | 211 | 0 | 140 | 22 | 43 | 467 | 135 | 42 |
| Binary | 10100111 | 110 | 10001001 | 0 | 1100000 | 10010 | 100011 | 100110111 | 1011101 | 100010 |
Color Harmonies of #A70689
Complementary color
Monochromatic Colors of #A70689
Black with #A70689
Text Example
Text Example
White with #A70689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70689; }
p { color: rgb(167,6,137); }
H1.HeaderClassName
{
color: #A70689;
}
.AnyTagClassName
{
color: #A70689;
}
</style>
background-color css
<style>
a { background-color: #A70689; }
a { background-color: rgb(167,6,137); }
div.DivClassName
{
background-color: #A70689;
}
.BgClassName
{
background-color: #A70689;
}
</style>
border-color css
<style>
span { border-color: #A70689; }
span { border-color: rgb(167,6,137); }
td.TdClassName
{
border-color: #A70689;
}
.TagClassName
{
border-color: #A70689;
}
</style>