Shades of Dark Magenta #AC04A1
Tints of Dark Magenta #AC04A1
RGB
CMYK
RGB Variations
Color information
#AC04A1 (or 0xAC04A1) is known color: Dark Magenta. HEX triplet: AC, 04 and A1. RGB value is (172,4,161). Sum of RGB (Red+Green+Blue) = 172+4+161=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC04A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC04A1 is #53FB5E. Grayscale: #474747. Windows color (decimal): -5503839 or 10552492. OLE color: 10552492.
HSL color Cylindrical-coordinate representation of color #AC04A1: hue angle of 303.93º 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 #AC04A1 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 161 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.33 |
| HSL | 303.93º | 0.95% | 0.35% | - |
| HSV(B) | 303.93º | 0.98% | 0.67% | - |
| XYZ | 23.49 | 11.43 | 34.69 | - |
| YUV | 72.13 | 178.16 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 161 | 0 | 0.98 | 0.06 | 0.33 | 303.93 | 0.95 | 0.35 |
| Hex | AC | 4 | A1 | 0 | 62 | 6 | 21 | 130 | 5F | 23 |
| Octal | 254 | 4 | 241 | 0 | 142 | 6 | 41 | 460 | 137 | 43 |
| Binary | 10101100 | 100 | 10100001 | 0 | 1100010 | 110 | 100001 | 100110000 | 1011111 | 100011 |
Color Harmonies of #AC04A1
Complementary color
Monochromatic Colors of #AC04A1
Black with #AC04A1
Text Example
Text Example
White with #AC04A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC04A1; }
p { color: rgb(172,4,161); }
H1.HeaderClassName
{
color: #AC04A1;
}
.AnyTagClassName
{
color: #AC04A1;
}
</style>
background-color css
<style>
a { background-color: #AC04A1; }
a { background-color: rgb(172,4,161); }
div.DivClassName
{
background-color: #AC04A1;
}
.BgClassName
{
background-color: #AC04A1;
}
</style>
border-color css
<style>
span { border-color: #AC04A1; }
span { border-color: rgb(172,4,161); }
td.TdClassName
{
border-color: #AC04A1;
}
.TagClassName
{
border-color: #AC04A1;
}
</style>