Shades of Dark Magenta #A703A4
Tints of Dark Magenta #A703A4
RGB
CMYK
RGB Variations
Color information
#A703A4 (or 0xA703A4) is known color: Dark Magenta. HEX triplet: A7, 03 and A4. RGB value is (167,3,164). Sum of RGB (Red+Green+Blue) = 167+3+164=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A703A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A703A4 is #58FC5B. Grayscale: #454545. Windows color (decimal): -5831772 or 10748839. OLE color: 10748839.
HSL color Cylindrical-coordinate representation of color #A703A4: hue angle of 301.1º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A703A4 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 164 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.35 |
| HSL | 301.1º | 0.96% | 0.33% | - |
| HSV(B) | 301.1º | 0.98% | 0.65% | - |
| XYZ | 22.67 | 10.96 | 36.04 | - |
| YUV | 70.39 | 180.83 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 164 | 0 | 0.98 | 0.02 | 0.35 | 301.1 | 0.96 | 0.33 |
| Hex | A7 | 3 | A4 | 0 | 62 | 2 | 23 | 12D | 60 | 21 |
| Octal | 247 | 3 | 244 | 0 | 142 | 2 | 43 | 455 | 140 | 41 |
| Binary | 10100111 | 11 | 10100100 | 0 | 1100010 | 10 | 100011 | 100101101 | 1100000 | 100001 |
Color Harmonies of #A703A4
Complementary color
Monochromatic Colors of #A703A4
Black with #A703A4
Text Example
Text Example
White with #A703A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A703A4; }
p { color: rgb(167,3,164); }
H1.HeaderClassName
{
color: #A703A4;
}
.AnyTagClassName
{
color: #A703A4;
}
</style>
background-color css
<style>
a { background-color: #A703A4; }
a { background-color: rgb(167,3,164); }
div.DivClassName
{
background-color: #A703A4;
}
.BgClassName
{
background-color: #A703A4;
}
</style>
border-color css
<style>
span { border-color: #A703A4; }
span { border-color: rgb(167,3,164); }
td.TdClassName
{
border-color: #A703A4;
}
.TagClassName
{
border-color: #A703A4;
}
</style>