Shades of Dark Magenta #AC15A8
Tints of Dark Magenta #AC15A8
RGB
CMYK
RGB Variations
Color information
#AC15A8 (or 0xAC15A8) is known color: Dark Magenta. HEX triplet: AC, 15 and A8. RGB value is (172,21,168). Sum of RGB (Red+Green+Blue) = 172+21+168=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC15A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC15A8 is #53EA57. Grayscale: #525252. Windows color (decimal): -5499480 or 11015596. OLE color: 11015596.
HSL color Cylindrical-coordinate representation of color #AC15A8: hue angle of 301.59º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC15A8 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 168 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.33 |
| HSL | 301.59º | 0.78% | 0.38% | - |
| HSV(B) | 301.59º | 0.88% | 0.67% | - |
| XYZ | 24.35 | 12.13 | 38.1 | - |
| YUV | 82.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 168 | 0 | 0.88 | 0.02 | 0.33 | 301.59 | 0.78 | 0.38 |
| Hex | AC | 15 | A8 | 0 | 58 | 2 | 21 | 12E | 4E | 26 |
| Octal | 254 | 25 | 250 | 0 | 130 | 2 | 41 | 456 | 116 | 46 |
| Binary | 10101100 | 10101 | 10101000 | 0 | 1011000 | 10 | 100001 | 100101110 | 1001110 | 100110 |
Color Harmonies of #AC15A8
Complementary color
Monochromatic Colors of #AC15A8
Black with #AC15A8
Text Example
Text Example
White with #AC15A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC15A8; }
p { color: rgb(172,21,168); }
H1.HeaderClassName
{
color: #AC15A8;
}
.AnyTagClassName
{
color: #AC15A8;
}
</style>
background-color css
<style>
a { background-color: #AC15A8; }
a { background-color: rgb(172,21,168); }
div.DivClassName
{
background-color: #AC15A8;
}
.BgClassName
{
background-color: #AC15A8;
}
</style>
border-color css
<style>
span { border-color: #AC15A8; }
span { border-color: rgb(172,21,168); }
td.TdClassName
{
border-color: #AC15A8;
}
.TagClassName
{
border-color: #AC15A8;
}
</style>