Shades of Dark Magenta #A70384
Tints of Dark Magenta #A70384
RGB
CMYK
RGB Variations
Color information
#A70384 (or 0xA70384) is known color: Dark Magenta. HEX triplet: A7, 03 and 84. RGB value is (167,3,132). Sum of RGB (Red+Green+Blue) = 167+3+132=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A70384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70384 is #58FC7B. Grayscale: #424242. Windows color (decimal): -5831804 or 8651687. OLE color: 8651687.
HSL color Cylindrical-coordinate representation of color #A70384: hue angle of 312.8º 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 #A70384 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.35 |
| HSL | 312.8º | 0.96% | 0.33% | - |
| HSV(B) | 312.8º | 0.98% | 0.65% | - |
| XYZ | 20.13 | 9.95 | 22.69 | - |
| YUV | 66.74 | 164.83 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 132 | 0 | 0.98 | 0.21 | 0.35 | 312.8 | 0.96 | 0.33 |
| Hex | A7 | 3 | 84 | 0 | 62 | 15 | 23 | 139 | 60 | 21 |
| Octal | 247 | 3 | 204 | 0 | 142 | 25 | 43 | 471 | 140 | 41 |
| Binary | 10100111 | 11 | 10000100 | 0 | 1100010 | 10101 | 100011 | 100111001 | 1100000 | 100001 |
Color Harmonies of #A70384
Complementary color
Monochromatic Colors of #A70384
Black with #A70384
Text Example
Text Example
White with #A70384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70384; }
p { color: rgb(167,3,132); }
H1.HeaderClassName
{
color: #A70384;
}
.AnyTagClassName
{
color: #A70384;
}
</style>
background-color css
<style>
a { background-color: #A70384; }
a { background-color: rgb(167,3,132); }
div.DivClassName
{
background-color: #A70384;
}
.BgClassName
{
background-color: #A70384;
}
</style>
border-color css
<style>
span { border-color: #A70384; }
span { border-color: rgb(167,3,132); }
td.TdClassName
{
border-color: #A70384;
}
.TagClassName
{
border-color: #A70384;
}
</style>