Shades of Dark Magenta #A70DAC
Tints of Dark Magenta #A70DAC
RGB
CMYK
RGB Variations
Color information
#A70DAC (or 0xA70DAC) is known color: Dark Magenta. HEX triplet: A7, 0D and AC. RGB value is (167,13,172). Sum of RGB (Red+Green+Blue) = 167+13+172=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #A70DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70DAC is #58F253. Grayscale: #4C4C4C. Windows color (decimal): -5829204 or 11275687. OLE color: 11275687.
HSL color Cylindrical-coordinate representation of color #A70DAC: hue angle of 298.11º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70DAC is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 13 | 172 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.33 |
| HSL | 298.11º | 0.86% | 0.36% | - |
| HSV(B) | 298.11º | 0.92% | 0.67% | - |
| XYZ | 23.53 | 11.48 | 40.01 | - |
| YUV | 77.17 | 181.52 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 172 | 0.03 | 0.92 | 0 | 0.33 | 298.11 | 0.86 | 0.36 |
| Hex | A7 | D | AC | 3 | 5C | 0 | 21 | 12A | 56 | 24 |
| Octal | 247 | 15 | 254 | 3 | 134 | 0 | 41 | 452 | 126 | 44 |
| Binary | 10100111 | 1101 | 10101100 | 11 | 1011100 | 0 | 100001 | 100101010 | 1010110 | 100100 |
Color Harmonies of #A70DAC
Complementary color
Monochromatic Colors of #A70DAC
Black with #A70DAC
Text Example
Text Example
White with #A70DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70DAC; }
p { color: rgb(167,13,172); }
H1.HeaderClassName
{
color: #A70DAC;
}
.AnyTagClassName
{
color: #A70DAC;
}
</style>
background-color css
<style>
a { background-color: #A70DAC; }
a { background-color: rgb(167,13,172); }
div.DivClassName
{
background-color: #A70DAC;
}
.BgClassName
{
background-color: #A70DAC;
}
</style>
border-color css
<style>
span { border-color: #A70DAC; }
span { border-color: rgb(167,13,172); }
td.TdClassName
{
border-color: #A70DAC;
}
.TagClassName
{
border-color: #A70DAC;
}
</style>