Shades of Dark Magenta #A701AB
Tints of Dark Magenta #A701AB
RGB
CMYK
RGB Variations
Color information
#A701AB (or 0xA701AB) is known color: Dark Magenta. HEX triplet: A7, 01 and AB. RGB value is (167,1,171). Sum of RGB (Red+Green+Blue) = 167+1+171=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #A701AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A701AB is #58FE54. Grayscale: #454545. Windows color (decimal): -5832277 or 11207079. OLE color: 11207079.
HSL color Cylindrical-coordinate representation of color #A701AB: hue angle of 298.59º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A701AB is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 1 | 171 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.33 |
| HSL | 298.59º | 0.99% | 0.34% | - |
| HSV(B) | 298.59º | 0.99% | 0.67% | - |
| XYZ | 23.3 | 11.18 | 39.46 | - |
| YUV | 70.01 | 185 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 171 | 0.02 | 0.99 | 0 | 0.33 | 298.59 | 0.99 | 0.34 |
| Hex | A7 | 1 | AB | 2 | 63 | 0 | 21 | 12B | 63 | 22 |
| Octal | 247 | 1 | 253 | 2 | 143 | 0 | 41 | 453 | 143 | 42 |
| Binary | 10100111 | 1 | 10101011 | 10 | 1100011 | 0 | 100001 | 100101011 | 1100011 | 100010 |
Color Harmonies of #A701AB
Complementary color
Monochromatic Colors of #A701AB
Black with #A701AB
Text Example
Text Example
White with #A701AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A701AB; }
p { color: rgb(167,1,171); }
H1.HeaderClassName
{
color: #A701AB;
}
.AnyTagClassName
{
color: #A701AB;
}
</style>
background-color css
<style>
a { background-color: #A701AB; }
a { background-color: rgb(167,1,171); }
div.DivClassName
{
background-color: #A701AB;
}
.BgClassName
{
background-color: #A701AB;
}
</style>
border-color css
<style>
span { border-color: #A701AB; }
span { border-color: rgb(167,1,171); }
td.TdClassName
{
border-color: #A701AB;
}
.TagClassName
{
border-color: #A701AB;
}
</style>