Shades of Dark Magenta #A705A0
Tints of Dark Magenta #A705A0
RGB
CMYK
RGB Variations
Color information
#A705A0 (or 0xA705A0) is known color: Dark Magenta. HEX triplet: A7, 05 and A0. RGB value is (167,5,160). Sum of RGB (Red+Green+Blue) = 167+5+160=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A705A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A705A0 is #58FA5F. Grayscale: #464646. Windows color (decimal): -5831264 or 10487207. OLE color: 10487207.
HSL color Cylindrical-coordinate representation of color #A705A0: hue angle of 302.59º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A705A0 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 5 | 160 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.35 |
| HSL | 302.59º | 0.94% | 0.34% | - |
| HSV(B) | 302.59º | 0.97% | 0.65% | - |
| XYZ | 22.34 | 10.86 | 34.18 | - |
| YUV | 71.11 | 178.17 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 160 | 0 | 0.97 | 0.04 | 0.35 | 302.59 | 0.94 | 0.34 |
| Hex | A7 | 5 | A0 | 0 | 61 | 4 | 23 | 12F | 5E | 22 |
| Octal | 247 | 5 | 240 | 0 | 141 | 4 | 43 | 457 | 136 | 42 |
| Binary | 10100111 | 101 | 10100000 | 0 | 1100001 | 100 | 100011 | 100101111 | 1011110 | 100010 |
Color Harmonies of #A705A0
Complementary color
Monochromatic Colors of #A705A0
Black with #A705A0
Text Example
Text Example
White with #A705A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A705A0; }
p { color: rgb(167,5,160); }
H1.HeaderClassName
{
color: #A705A0;
}
.AnyTagClassName
{
color: #A705A0;
}
</style>
background-color css
<style>
a { background-color: #A705A0; }
a { background-color: rgb(167,5,160); }
div.DivClassName
{
background-color: #A705A0;
}
.BgClassName
{
background-color: #A705A0;
}
</style>
border-color css
<style>
span { border-color: #A705A0; }
span { border-color: rgb(167,5,160); }
td.TdClassName
{
border-color: #A705A0;
}
.TagClassName
{
border-color: #A705A0;
}
</style>