Shades of Dark Magenta #A70185
Tints of Dark Magenta #A70185
RGB
CMYK
RGB Variations
Color information
#A70185 (or 0xA70185) is known color: Dark Magenta. HEX triplet: A7, 01 and 85. RGB value is (167,1,133). Sum of RGB (Red+Green+Blue) = 167+1+133=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A70185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70185 is #58FE7A. Grayscale: #414141. Windows color (decimal): -5832315 or 8716711. OLE color: 8716711.
HSL color Cylindrical-coordinate representation of color #A70185: hue angle of 312.29º degrees, saturation: 0.99, 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 #A70185 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 1 | 133 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.35 |
| HSL | 312.29º | 0.99% | 0.33% | - |
| HSV(B) | 312.29º | 0.99% | 0.65% | - |
| XYZ | 20.18 | 9.93 | 23.04 | - |
| YUV | 65.68 | 166 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 133 | 0 | 0.99 | 0.20 | 0.35 | 312.29 | 0.99 | 0.33 |
| Hex | A7 | 1 | 85 | 0 | 63 | 14 | 23 | 138 | 63 | 21 |
| Octal | 247 | 1 | 205 | 0 | 143 | 24 | 43 | 470 | 143 | 41 |
| Binary | 10100111 | 1 | 10000101 | 0 | 1100011 | 10100 | 100011 | 100111000 | 1100011 | 100001 |
Color Harmonies of #A70185
Complementary color
Monochromatic Colors of #A70185
Black with #A70185
Text Example
Text Example
White with #A70185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70185; }
p { color: rgb(167,1,133); }
H1.HeaderClassName
{
color: #A70185;
}
.AnyTagClassName
{
color: #A70185;
}
</style>
background-color css
<style>
a { background-color: #A70185; }
a { background-color: rgb(167,1,133); }
div.DivClassName
{
background-color: #A70185;
}
.BgClassName
{
background-color: #A70185;
}
</style>
border-color css
<style>
span { border-color: #A70185; }
span { border-color: rgb(167,1,133); }
td.TdClassName
{
border-color: #A70185;
}
.TagClassName
{
border-color: #A70185;
}
</style>