Shades of Dark Magenta #A70AAF
Tints of Dark Magenta #A70AAF
RGB
CMYK
RGB Variations
Color information
#A70AAF (or 0xA70AAF) is known color: Dark Magenta. HEX triplet: A7, 0A and AF. RGB value is (167,10,175). Sum of RGB (Red+Green+Blue) = 167+10+175=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #A70AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70AAF is #58F550. Grayscale: #4B4B4B. Windows color (decimal): -5829969 or 11471527. OLE color: 11471527.
HSL color Cylindrical-coordinate representation of color #A70AAF: hue angle of 297.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70AAF is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 10 | 175 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.31 |
| HSL | 297.09º | 0.89% | 0.36% | - |
| HSV(B) | 297.09º | 0.94% | 0.69% | - |
| XYZ | 23.78 | 11.53 | 41.53 | - |
| YUV | 75.75 | 184.01 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 10 | 175 | 0.05 | 0.94 | 0 | 0.31 | 297.09 | 0.89 | 0.36 |
| Hex | A7 | A | AF | 5 | 5E | 0 | 1F | 129 | 59 | 24 |
| Octal | 247 | 12 | 257 | 5 | 136 | 0 | 37 | 451 | 131 | 44 |
| Binary | 10100111 | 1010 | 10101111 | 101 | 1011110 | 0 | 11111 | 100101001 | 1011001 | 100100 |
Color Harmonies of #A70AAF
Complementary color
Monochromatic Colors of #A70AAF
Black with #A70AAF
Text Example
Text Example
White with #A70AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70AAF; }
p { color: rgb(167,10,175); }
H1.HeaderClassName
{
color: #A70AAF;
}
.AnyTagClassName
{
color: #A70AAF;
}
</style>
background-color css
<style>
a { background-color: #A70AAF; }
a { background-color: rgb(167,10,175); }
div.DivClassName
{
background-color: #A70AAF;
}
.BgClassName
{
background-color: #A70AAF;
}
</style>
border-color css
<style>
span { border-color: #A70AAF; }
span { border-color: rgb(167,10,175); }
td.TdClassName
{
border-color: #A70AAF;
}
.TagClassName
{
border-color: #A70AAF;
}
</style>