Shades of Dark Magenta #AC03A6
Tints of Dark Magenta #AC03A6
RGB
CMYK
RGB Variations
Color information
#AC03A6 (or 0xAC03A6) is known color: Dark Magenta. HEX triplet: AC, 03 and A6. RGB value is (172,3,166). Sum of RGB (Red+Green+Blue) = 172+3+166=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC03A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC03A6 is #53FC59. Grayscale: #474747. Windows color (decimal): -5504090 or 10879916. OLE color: 10879916.
HSL color Cylindrical-coordinate representation of color #AC03A6: hue angle of 302.13º 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 #AC03A6 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 166 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.33 |
| HSL | 302.13º | 0.97% | 0.34% | - |
| HSV(B) | 302.13º | 0.98% | 0.67% | - |
| XYZ | 23.93 | 11.59 | 37.05 | - |
| YUV | 72.11 | 180.99 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 166 | 0 | 0.98 | 0.03 | 0.33 | 302.13 | 0.97 | 0.34 |
| Hex | AC | 3 | A6 | 0 | 62 | 3 | 21 | 12E | 61 | 22 |
| Octal | 254 | 3 | 246 | 0 | 142 | 3 | 41 | 456 | 141 | 42 |
| Binary | 10101100 | 11 | 10100110 | 0 | 1100010 | 11 | 100001 | 100101110 | 1100001 | 100010 |
Color Harmonies of #AC03A6
Complementary color
Monochromatic Colors of #AC03A6
Black with #AC03A6
Text Example
Text Example
White with #AC03A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC03A6; }
p { color: rgb(172,3,166); }
H1.HeaderClassName
{
color: #AC03A6;
}
.AnyTagClassName
{
color: #AC03A6;
}
</style>
background-color css
<style>
a { background-color: #AC03A6; }
a { background-color: rgb(172,3,166); }
div.DivClassName
{
background-color: #AC03A6;
}
.BgClassName
{
background-color: #AC03A6;
}
</style>
border-color css
<style>
span { border-color: #AC03A6; }
span { border-color: rgb(172,3,166); }
td.TdClassName
{
border-color: #AC03A6;
}
.TagClassName
{
border-color: #AC03A6;
}
</style>