Shades of Dark Magenta #AC05A8
Tints of Dark Magenta #AC05A8
RGB
CMYK
RGB Variations
Color information
#AC05A8 (or 0xAC05A8) is known color: Dark Magenta. HEX triplet: AC, 05 and A8. RGB value is (172,5,168). Sum of RGB (Red+Green+Blue) = 172+5+168=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 168 (66.02% from 255 or 48.70% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC05A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC05A8 is #53FA57. Grayscale: #494949. Windows color (decimal): -5503576 or 11011500. OLE color: 11011500.
HSL color Cylindrical-coordinate representation of color #AC05A8: hue angle of 301.44º 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 #AC05A8 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 168 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.33 |
| HSL | 301.44º | 0.94% | 0.35% | - |
| HSV(B) | 301.44º | 0.97% | 0.67% | - |
| XYZ | 24.14 | 11.71 | 38.03 | - |
| YUV | 73.52 | 181.33 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 168 | 0 | 0.97 | 0.02 | 0.33 | 301.44 | 0.94 | 0.35 |
| Hex | AC | 5 | A8 | 0 | 61 | 2 | 21 | 12D | 5E | 23 |
| Octal | 254 | 5 | 250 | 0 | 141 | 2 | 41 | 455 | 136 | 43 |
| Binary | 10101100 | 101 | 10101000 | 0 | 1100001 | 10 | 100001 | 100101101 | 1011110 | 100011 |
Color Harmonies of #AC05A8
Complementary color
Monochromatic Colors of #AC05A8
Black with #AC05A8
Text Example
Text Example
White with #AC05A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC05A8; }
p { color: rgb(172,5,168); }
H1.HeaderClassName
{
color: #AC05A8;
}
.AnyTagClassName
{
color: #AC05A8;
}
</style>
background-color css
<style>
a { background-color: #AC05A8; }
a { background-color: rgb(172,5,168); }
div.DivClassName
{
background-color: #AC05A8;
}
.BgClassName
{
background-color: #AC05A8;
}
</style>
border-color css
<style>
span { border-color: #AC05A8; }
span { border-color: rgb(172,5,168); }
td.TdClassName
{
border-color: #AC05A8;
}
.TagClassName
{
border-color: #AC05A8;
}
</style>