Shades of Dark Magenta #A70284
Tints of Dark Magenta #A70284
RGB
CMYK
RGB Variations
Color information
#A70284 (or 0xA70284) is known color: Dark Magenta. HEX triplet: A7, 02 and 84. RGB value is (167,2,132). Sum of RGB (Red+Green+Blue) = 167+2+132=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A70284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70284 is #58FD7B. Grayscale: #414141. Windows color (decimal): -5832060 or 8651431. OLE color: 8651431.
HSL color Cylindrical-coordinate representation of color #A70284: hue angle of 312.73º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A70284 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 132 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.35 |
| HSL | 312.73º | 0.98% | 0.33% | - |
| HSV(B) | 312.73º | 0.99% | 0.65% | - |
| XYZ | 20.12 | 9.92 | 22.68 | - |
| YUV | 66.16 | 165.16 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 132 | 0 | 0.99 | 0.21 | 0.35 | 312.73 | 0.98 | 0.33 |
| Hex | A7 | 2 | 84 | 0 | 63 | 15 | 23 | 139 | 62 | 21 |
| Octal | 247 | 2 | 204 | 0 | 143 | 25 | 43 | 471 | 142 | 41 |
| Binary | 10100111 | 10 | 10000100 | 0 | 1100011 | 10101 | 100011 | 100111001 | 1100010 | 100001 |
Color Harmonies of #A70284
Complementary color
Monochromatic Colors of #A70284
Black with #A70284
Text Example
Text Example
White with #A70284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70284; }
p { color: rgb(167,2,132); }
H1.HeaderClassName
{
color: #A70284;
}
.AnyTagClassName
{
color: #A70284;
}
</style>
background-color css
<style>
a { background-color: #A70284; }
a { background-color: rgb(167,2,132); }
div.DivClassName
{
background-color: #A70284;
}
.BgClassName
{
background-color: #A70284;
}
</style>
border-color css
<style>
span { border-color: #A70284; }
span { border-color: rgb(167,2,132); }
td.TdClassName
{
border-color: #A70284;
}
.TagClassName
{
border-color: #A70284;
}
</style>