Shades of Dark Magenta #A70093
Tints of Dark Magenta #A70093
RGB
CMYK
RGB Variations
Color information
#A70093 (or 0xA70093) is known color: Dark Magenta. HEX triplet: A7, 00 and 93. RGB value is (167,0,147). Sum of RGB (Red+Green+Blue) = 167+0+147=314 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.18% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 167 - color contains mainly: red. Hex color #A70093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70093 is #58FF6C. Grayscale: #424242. Windows color (decimal): -5832557 or 9633959. OLE color: 9633959.
HSL color Cylindrical-coordinate representation of color #A70093: hue angle of 307.19º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A70093 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.12 | 0.35 |
| HSL | 307.19º | 1% | 0.33% | - |
| HSV(B) | 307.19º | 1% | 0.65% | - |
| XYZ | 21.2 | 10.32 | 28.48 | - |
| YUV | 66.69 | 173.33 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 147 | 0 | 1 | 0.12 | 0.35 | 307.19 | 1 | 0.33 |
| Hex | A7 | 0 | 93 | 0 | 64 | C | 23 | 133 | 64 | 21 |
| Octal | 247 | 0 | 223 | 0 | 144 | 14 | 43 | 463 | 144 | 41 |
| Binary | 10100111 | 0 | 10010011 | 0 | 1100100 | 1100 | 100011 | 100110011 | 1100100 | 100001 |
Color Harmonies of #A70093
Complementary color
Monochromatic Colors of #A70093
Black with #A70093
Text Example
Text Example
White with #A70093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70093; }
p { color: rgb(167,0,147); }
H1.HeaderClassName
{
color: #A70093;
}
.AnyTagClassName
{
color: #A70093;
}
</style>
background-color css
<style>
a { background-color: #A70093; }
a { background-color: rgb(167,0,147); }
div.DivClassName
{
background-color: #A70093;
}
.BgClassName
{
background-color: #A70093;
}
</style>
border-color css
<style>
span { border-color: #A70093; }
span { border-color: rgb(167,0,147); }
td.TdClassName
{
border-color: #A70093;
}
.TagClassName
{
border-color: #A70093;
}
</style>