Shades of Dark Magenta #A70D92
Tints of Dark Magenta #A70D92
RGB
CMYK
RGB Variations
Color information
#A70D92 (or 0xA70D92) is known color: Dark Magenta. HEX triplet: A7, 0D and 92. RGB value is (167,13,146). Sum of RGB (Red+Green+Blue) = 167+13+146=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A70D92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70D92 is #58F26D. Grayscale: #494949. Windows color (decimal): -5829230 or 9571751. OLE color: 9571751.
HSL color Cylindrical-coordinate representation of color #A70D92: hue angle of 308.18º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70D92 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 13 | 146 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.35 |
| HSL | 308.18º | 0.86% | 0.35% | - |
| HSV(B) | 308.18º | 0.92% | 0.65% | - |
| XYZ | 21.27 | 10.58 | 28.12 | - |
| YUV | 74.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 146 | 0 | 0.92 | 0.13 | 0.35 | 308.18 | 0.86 | 0.35 |
| Hex | A7 | D | 92 | 0 | 5C | D | 23 | 134 | 56 | 23 |
| Octal | 247 | 15 | 222 | 0 | 134 | 15 | 43 | 464 | 126 | 43 |
| Binary | 10100111 | 1101 | 10010010 | 0 | 1011100 | 1101 | 100011 | 100110100 | 1010110 | 100011 |
Color Harmonies of #A70D92
Complementary color
Monochromatic Colors of #A70D92
Black with #A70D92
Text Example
Text Example
White with #A70D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70D92; }
p { color: rgb(167,13,146); }
H1.HeaderClassName
{
color: #A70D92;
}
.AnyTagClassName
{
color: #A70D92;
}
</style>
background-color css
<style>
a { background-color: #A70D92; }
a { background-color: rgb(167,13,146); }
div.DivClassName
{
background-color: #A70D92;
}
.BgClassName
{
background-color: #A70D92;
}
</style>
border-color css
<style>
span { border-color: #A70D92; }
span { border-color: rgb(167,13,146); }
td.TdClassName
{
border-color: #A70D92;
}
.TagClassName
{
border-color: #A70D92;
}
</style>