Shades of Dark Magenta #A70490
Tints of Dark Magenta #A70490
RGB
CMYK
RGB Variations
Color information
#A70490 (or 0xA70490) is known color: Dark Magenta. HEX triplet: A7, 04 and 90. RGB value is (167,4,144). Sum of RGB (Red+Green+Blue) = 167+4+144=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A70490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70490 is #58FB6F. Grayscale: #444444. Windows color (decimal): -5831536 or 9438375. OLE color: 9438375.
HSL color Cylindrical-coordinate representation of color #A70490: hue angle of 308.47º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A70490 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 4 | 144 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.35 |
| HSL | 308.47º | 0.95% | 0.34% | - |
| HSV(B) | 308.47º | 0.98% | 0.65% | - |
| XYZ | 21.01 | 10.32 | 27.27 | - |
| YUV | 68.7 | 170.5 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 4 | 144 | 0 | 0.98 | 0.14 | 0.35 | 308.47 | 0.95 | 0.34 |
| Hex | A7 | 4 | 90 | 0 | 62 | E | 23 | 134 | 5F | 22 |
| Octal | 247 | 4 | 220 | 0 | 142 | 16 | 43 | 464 | 137 | 42 |
| Binary | 10100111 | 100 | 10010000 | 0 | 1100010 | 1110 | 100011 | 100110100 | 1011111 | 100010 |
Color Harmonies of #A70490
Complementary color
Monochromatic Colors of #A70490
Black with #A70490
Text Example
Text Example
White with #A70490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70490; }
p { color: rgb(167,4,144); }
H1.HeaderClassName
{
color: #A70490;
}
.AnyTagClassName
{
color: #A70490;
}
</style>
background-color css
<style>
a { background-color: #A70490; }
a { background-color: rgb(167,4,144); }
div.DivClassName
{
background-color: #A70490;
}
.BgClassName
{
background-color: #A70490;
}
</style>
border-color css
<style>
span { border-color: #A70490; }
span { border-color: rgb(167,4,144); }
td.TdClassName
{
border-color: #A70490;
}
.TagClassName
{
border-color: #A70490;
}
</style>