Shades of Dark Magenta #AC03A3
Tints of Dark Magenta #AC03A3
RGB
CMYK
RGB Variations
Color information
#AC03A3 (or 0xAC03A3) is known color: Dark Magenta. HEX triplet: AC, 03 and A3. RGB value is (172,3,163). Sum of RGB (Red+Green+Blue) = 172+3+163=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC03A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC03A3 is #53FC5C. Grayscale: #474747. Windows color (decimal): -5504093 or 10683308. OLE color: 10683308.
HSL color Cylindrical-coordinate representation of color #AC03A3: hue angle of 303.2º 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 #AC03A3 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 163 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.33 |
| HSL | 303.2º | 0.97% | 0.34% | - |
| HSV(B) | 303.2º | 0.98% | 0.67% | - |
| XYZ | 23.66 | 11.48 | 35.62 | - |
| YUV | 71.77 | 179.49 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 163 | 0 | 0.98 | 0.05 | 0.33 | 303.2 | 0.97 | 0.34 |
| Hex | AC | 3 | A3 | 0 | 62 | 5 | 21 | 12F | 61 | 22 |
| Octal | 254 | 3 | 243 | 0 | 142 | 5 | 41 | 457 | 141 | 42 |
| Binary | 10101100 | 11 | 10100011 | 0 | 1100010 | 101 | 100001 | 100101111 | 1100001 | 100010 |
Color Harmonies of #AC03A3
Complementary color
Monochromatic Colors of #AC03A3
Black with #AC03A3
Text Example
Text Example
White with #AC03A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC03A3; }
p { color: rgb(172,3,163); }
H1.HeaderClassName
{
color: #AC03A3;
}
.AnyTagClassName
{
color: #AC03A3;
}
</style>
background-color css
<style>
a { background-color: #AC03A3; }
a { background-color: rgb(172,3,163); }
div.DivClassName
{
background-color: #AC03A3;
}
.BgClassName
{
background-color: #AC03A3;
}
</style>
border-color css
<style>
span { border-color: #AC03A3; }
span { border-color: rgb(172,3,163); }
td.TdClassName
{
border-color: #AC03A3;
}
.TagClassName
{
border-color: #AC03A3;
}
</style>