Shades of Dark Magenta #AC04A3
Tints of Dark Magenta #AC04A3
RGB
CMYK
RGB Variations
Color information
#AC04A3 (or 0xAC04A3) is known color: Dark Magenta. HEX triplet: AC, 04 and A3. RGB value is (172,4,163). Sum of RGB (Red+Green+Blue) = 172+4+163=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC04A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC04A3 is #53FB5C. Grayscale: #474747. Windows color (decimal): -5503837 or 10683564. OLE color: 10683564.
HSL color Cylindrical-coordinate representation of color #AC04A3: hue angle of 303.21º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC04A3 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 163 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.33 |
| HSL | 303.21º | 0.95% | 0.35% | - |
| HSV(B) | 303.21º | 0.98% | 0.67% | - |
| XYZ | 23.67 | 11.5 | 35.62 | - |
| YUV | 72.36 | 179.16 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 163 | 0 | 0.98 | 0.05 | 0.33 | 303.21 | 0.95 | 0.35 |
| Hex | AC | 4 | A3 | 0 | 62 | 5 | 21 | 12F | 5F | 23 |
| Octal | 254 | 4 | 243 | 0 | 142 | 5 | 41 | 457 | 137 | 43 |
| Binary | 10101100 | 100 | 10100011 | 0 | 1100010 | 101 | 100001 | 100101111 | 1011111 | 100011 |
Color Harmonies of #AC04A3
Complementary color
Monochromatic Colors of #AC04A3
Black with #AC04A3
Text Example
Text Example
White with #AC04A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC04A3; }
p { color: rgb(172,4,163); }
H1.HeaderClassName
{
color: #AC04A3;
}
.AnyTagClassName
{
color: #AC04A3;
}
</style>
background-color css
<style>
a { background-color: #AC04A3; }
a { background-color: rgb(172,4,163); }
div.DivClassName
{
background-color: #AC04A3;
}
.BgClassName
{
background-color: #AC04A3;
}
</style>
border-color css
<style>
span { border-color: #AC04A3; }
span { border-color: rgb(172,4,163); }
td.TdClassName
{
border-color: #AC04A3;
}
.TagClassName
{
border-color: #AC04A3;
}
</style>