Shades of Dark Magenta #A403AC
Tints of Dark Magenta #A403AC
RGB
CMYK
RGB Variations
Color information
#A403AC (or 0xA403AC) is known color: Dark Magenta. HEX triplet: A4, 03 and AC. RGB value is (164,3,172). Sum of RGB (Red+Green+Blue) = 164+3+172=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #A403AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A403AC is #5BFC53. Grayscale: #454545. Windows color (decimal): -6028372 or 11273124. OLE color: 11273124.
HSL color Cylindrical-coordinate representation of color #A403AC: hue angle of 297.16º 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 #A403AC is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 3 | 172 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.33 |
| HSL | 297.16º | 0.97% | 0.34% | - |
| HSV(B) | 297.16º | 0.98% | 0.67% | - |
| XYZ | 22.79 | 10.94 | 39.94 | - |
| YUV | 70.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 172 | 0.05 | 0.98 | 0 | 0.33 | 297.16 | 0.97 | 0.34 |
| Hex | A4 | 3 | AC | 5 | 62 | 0 | 21 | 129 | 61 | 22 |
| Octal | 244 | 3 | 254 | 5 | 142 | 0 | 41 | 451 | 141 | 42 |
| Binary | 10100100 | 11 | 10101100 | 101 | 1100010 | 0 | 100001 | 100101001 | 1100001 | 100010 |
Color Harmonies of #A403AC
Complementary color
Monochromatic Colors of #A403AC
Black with #A403AC
Text Example
Text Example
White with #A403AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A403AC; }
p { color: rgb(164,3,172); }
H1.HeaderClassName
{
color: #A403AC;
}
.AnyTagClassName
{
color: #A403AC;
}
</style>
background-color css
<style>
a { background-color: #A403AC; }
a { background-color: rgb(164,3,172); }
div.DivClassName
{
background-color: #A403AC;
}
.BgClassName
{
background-color: #A403AC;
}
</style>
border-color css
<style>
span { border-color: #A403AC; }
span { border-color: rgb(164,3,172); }
td.TdClassName
{
border-color: #A403AC;
}
.TagClassName
{
border-color: #A403AC;
}
</style>