Shades of Dark Magenta #A70F8C
Tints of Dark Magenta #A70F8C
RGB
CMYK
RGB Variations
Color information
#A70F8C (or 0xA70F8C) is known color: Dark Magenta. HEX triplet: A7, 0F and 8C. RGB value is (167,15,140). Sum of RGB (Red+Green+Blue) = 167+15+140=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70F8C is #58F073. Grayscale: #4A4A4A. Windows color (decimal): -5828724 or 9179047. OLE color: 9179047.
HSL color Cylindrical-coordinate representation of color #A70F8C: hue angle of 310.66º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70F8C is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 15 | 140 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.35 |
| HSL | 310.66º | 0.84% | 0.36% | - |
| HSV(B) | 310.66º | 0.91% | 0.65% | - |
| XYZ | 20.84 | 10.45 | 25.73 | - |
| YUV | 74.7 | 164.86 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 140 | 0 | 0.91 | 0.16 | 0.35 | 310.66 | 0.84 | 0.36 |
| Hex | A7 | F | 8C | 0 | 5B | 10 | 23 | 137 | 54 | 24 |
| Octal | 247 | 17 | 214 | 0 | 133 | 20 | 43 | 467 | 124 | 44 |
| Binary | 10100111 | 1111 | 10001100 | 0 | 1011011 | 10000 | 100011 | 100110111 | 1010100 | 100100 |
Color Harmonies of #A70F8C
Complementary color
Monochromatic Colors of #A70F8C
Black with #A70F8C
Text Example
Text Example
White with #A70F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70F8C; }
p { color: rgb(167,15,140); }
H1.HeaderClassName
{
color: #A70F8C;
}
.AnyTagClassName
{
color: #A70F8C;
}
</style>
background-color css
<style>
a { background-color: #A70F8C; }
a { background-color: rgb(167,15,140); }
div.DivClassName
{
background-color: #A70F8C;
}
.BgClassName
{
background-color: #A70F8C;
}
</style>
border-color css
<style>
span { border-color: #A70F8C; }
span { border-color: rgb(167,15,140); }
td.TdClassName
{
border-color: #A70F8C;
}
.TagClassName
{
border-color: #A70F8C;
}
</style>