Shades of Dark Magenta #AC05A3
Tints of Dark Magenta #AC05A3
RGB
CMYK
RGB Variations
Color information
#AC05A3 (or 0xAC05A3) is known color: Dark Magenta. HEX triplet: AC, 05 and A3. RGB value is (172,5,163). Sum of RGB (Red+Green+Blue) = 172+5+163=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 163 (64.06% from 255 or 47.94% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC05A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC05A3 is #53FA5C. Grayscale: #484848. Windows color (decimal): -5503581 or 10683820. OLE color: 10683820.
HSL color Cylindrical-coordinate representation of color #AC05A3: hue angle of 303.23º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC05A3 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 163 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.33 |
| HSL | 303.23º | 0.94% | 0.35% | - |
| HSV(B) | 303.23º | 0.97% | 0.67% | - |
| XYZ | 23.68 | 11.52 | 35.63 | - |
| YUV | 72.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 163 | 0 | 0.97 | 0.05 | 0.33 | 303.23 | 0.94 | 0.35 |
| Hex | AC | 5 | A3 | 0 | 61 | 5 | 21 | 12F | 5E | 23 |
| Octal | 254 | 5 | 243 | 0 | 141 | 5 | 41 | 457 | 136 | 43 |
| Binary | 10101100 | 101 | 10100011 | 0 | 1100001 | 101 | 100001 | 100101111 | 1011110 | 100011 |
Color Harmonies of #AC05A3
Complementary color
Monochromatic Colors of #AC05A3
Black with #AC05A3
Text Example
Text Example
White with #AC05A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC05A3; }
p { color: rgb(172,5,163); }
H1.HeaderClassName
{
color: #AC05A3;
}
.AnyTagClassName
{
color: #AC05A3;
}
</style>
background-color css
<style>
a { background-color: #AC05A3; }
a { background-color: rgb(172,5,163); }
div.DivClassName
{
background-color: #AC05A3;
}
.BgClassName
{
background-color: #AC05A3;
}
</style>
border-color css
<style>
span { border-color: #AC05A3; }
span { border-color: rgb(172,5,163); }
td.TdClassName
{
border-color: #AC05A3;
}
.TagClassName
{
border-color: #AC05A3;
}
</style>