Shades of Dark Magenta #A703AB
Tints of Dark Magenta #A703AB
RGB
CMYK
RGB Variations
Color information
#A703AB (or 0xA703AB) is known color: Dark Magenta. HEX triplet: A7, 03 and AB. RGB value is (167,3,171). Sum of RGB (Red+Green+Blue) = 167+3+171=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #A703AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A703AB is #58FC54. Grayscale: #464646. Windows color (decimal): -5831765 or 11207591. OLE color: 11207591.
HSL color Cylindrical-coordinate representation of color #A703AB: hue angle of 298.57º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A703AB is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 3 | 171 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.33 |
| HSL | 298.57º | 0.97% | 0.34% | - |
| HSV(B) | 298.57º | 0.98% | 0.67% | - |
| XYZ | 23.32 | 11.22 | 39.46 | - |
| YUV | 71.19 | 184.33 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 171 | 0.02 | 0.98 | 0 | 0.33 | 298.57 | 0.97 | 0.34 |
| Hex | A7 | 3 | AB | 2 | 62 | 0 | 21 | 12B | 61 | 22 |
| Octal | 247 | 3 | 253 | 2 | 142 | 0 | 41 | 453 | 141 | 42 |
| Binary | 10100111 | 11 | 10101011 | 10 | 1100010 | 0 | 100001 | 100101011 | 1100001 | 100010 |
Color Harmonies of #A703AB
Complementary color
Monochromatic Colors of #A703AB
Black with #A703AB
Text Example
Text Example
White with #A703AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A703AB; }
p { color: rgb(167,3,171); }
H1.HeaderClassName
{
color: #A703AB;
}
.AnyTagClassName
{
color: #A703AB;
}
</style>
background-color css
<style>
a { background-color: #A703AB; }
a { background-color: rgb(167,3,171); }
div.DivClassName
{
background-color: #A703AB;
}
.BgClassName
{
background-color: #A703AB;
}
</style>
border-color css
<style>
span { border-color: #A703AB; }
span { border-color: rgb(167,3,171); }
td.TdClassName
{
border-color: #A703AB;
}
.TagClassName
{
border-color: #A703AB;
}
</style>