Shades of Dark Magenta #A70AAB
Tints of Dark Magenta #A70AAB
RGB
CMYK
RGB Variations
Color information
#A70AAB (or 0xA70AAB) is known color: Dark Magenta. HEX triplet: A7, 0A and AB. RGB value is (167,10,171). Sum of RGB (Red+Green+Blue) = 167+10+171=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #A70AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70AAB is #58F554. Grayscale: #4A4A4A. Windows color (decimal): -5829973 or 11209383. OLE color: 11209383.
HSL color Cylindrical-coordinate representation of color #A70AAB: hue angle of 298.51º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70AAB is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 10 | 171 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.33 |
| HSL | 298.51º | 0.89% | 0.35% | - |
| HSV(B) | 298.51º | 0.94% | 0.67% | - |
| XYZ | 23.4 | 11.37 | 39.49 | - |
| YUV | 75.3 | 182.01 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 10 | 171 | 0.02 | 0.94 | 0 | 0.33 | 298.51 | 0.89 | 0.35 |
| Hex | A7 | A | AB | 2 | 5E | 0 | 21 | 12B | 59 | 23 |
| Octal | 247 | 12 | 253 | 2 | 136 | 0 | 41 | 453 | 131 | 43 |
| Binary | 10100111 | 1010 | 10101011 | 10 | 1011110 | 0 | 100001 | 100101011 | 1011001 | 100011 |
Color Harmonies of #A70AAB
Complementary color
Monochromatic Colors of #A70AAB
Black with #A70AAB
Text Example
Text Example
White with #A70AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70AAB; }
p { color: rgb(167,10,171); }
H1.HeaderClassName
{
color: #A70AAB;
}
.AnyTagClassName
{
color: #A70AAB;
}
</style>
background-color css
<style>
a { background-color: #A70AAB; }
a { background-color: rgb(167,10,171); }
div.DivClassName
{
background-color: #A70AAB;
}
.BgClassName
{
background-color: #A70AAB;
}
</style>
border-color css
<style>
span { border-color: #A70AAB; }
span { border-color: rgb(167,10,171); }
td.TdClassName
{
border-color: #A70AAB;
}
.TagClassName
{
border-color: #A70AAB;
}
</style>