Shades of Dark Magenta #A70E9A
Tints of Dark Magenta #A70E9A
RGB
CMYK
RGB Variations
Color information
#A70E9A (or 0xA70E9A) is known color: Dark Magenta. HEX triplet: A7, 0E and 9A. RGB value is (167,14,154). Sum of RGB (Red+Green+Blue) = 167+14+154=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A70E9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70E9A is #58F165. Grayscale: #4B4B4B. Windows color (decimal): -5828966 or 10096295. OLE color: 10096295.
HSL color Cylindrical-coordinate representation of color #A70E9A: hue angle of 305.1º degrees, saturation: 0.85, 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 #A70E9A is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 14 | 154 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.35 |
| HSL | 305.1º | 0.85% | 0.35% | - |
| HSV(B) | 305.1º | 0.92% | 0.65% | - |
| XYZ | 21.93 | 10.86 | 31.51 | - |
| YUV | 75.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 14 | 154 | 0 | 0.92 | 0.08 | 0.35 | 305.1 | 0.85 | 0.35 |
| Hex | A7 | E | 9A | 0 | 5C | 8 | 23 | 131 | 55 | 23 |
| Octal | 247 | 16 | 232 | 0 | 134 | 10 | 43 | 461 | 125 | 43 |
| Binary | 10100111 | 1110 | 10011010 | 0 | 1011100 | 1000 | 100011 | 100110001 | 1010101 | 100011 |
Color Harmonies of #A70E9A
Complementary color
Monochromatic Colors of #A70E9A
Black with #A70E9A
Text Example
Text Example
White with #A70E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70E9A; }
p { color: rgb(167,14,154); }
H1.HeaderClassName
{
color: #A70E9A;
}
.AnyTagClassName
{
color: #A70E9A;
}
</style>
background-color css
<style>
a { background-color: #A70E9A; }
a { background-color: rgb(167,14,154); }
div.DivClassName
{
background-color: #A70E9A;
}
.BgClassName
{
background-color: #A70E9A;
}
</style>
border-color css
<style>
span { border-color: #A70E9A; }
span { border-color: rgb(167,14,154); }
td.TdClassName
{
border-color: #A70E9A;
}
.TagClassName
{
border-color: #A70E9A;
}
</style>