Shades of Dark Magenta #AC15A1
Tints of Dark Magenta #AC15A1
RGB
CMYK
RGB Variations
Color information
#AC15A1 (or 0xAC15A1) is known color: Dark Magenta. HEX triplet: AC, 15 and A1. RGB value is (172,21,161). Sum of RGB (Red+Green+Blue) = 172+21+161=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 161 (63.28% from 255 or 45.48% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC15A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC15A1 is #53EA5E. Grayscale: #515151. Windows color (decimal): -5499487 or 10556844. OLE color: 10556844.
HSL color Cylindrical-coordinate representation of color #AC15A1: hue angle of 304.37º 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 #AC15A1 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 161 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.33 |
| HSL | 304.37º | 0.78% | 0.38% | - |
| HSV(B) | 304.37º | 0.88% | 0.67% | - |
| XYZ | 23.71 | 11.88 | 34.76 | - |
| YUV | 82.11 | 172.53 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 161 | 0 | 0.88 | 0.06 | 0.33 | 304.37 | 0.78 | 0.38 |
| Hex | AC | 15 | A1 | 0 | 58 | 6 | 21 | 130 | 4E | 26 |
| Octal | 254 | 25 | 241 | 0 | 130 | 6 | 41 | 460 | 116 | 46 |
| Binary | 10101100 | 10101 | 10100001 | 0 | 1011000 | 110 | 100001 | 100110000 | 1001110 | 100110 |
Color Harmonies of #AC15A1
Complementary color
Monochromatic Colors of #AC15A1
Black with #AC15A1
Text Example
Text Example
White with #AC15A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC15A1; }
p { color: rgb(172,21,161); }
H1.HeaderClassName
{
color: #AC15A1;
}
.AnyTagClassName
{
color: #AC15A1;
}
</style>
background-color css
<style>
a { background-color: #AC15A1; }
a { background-color: rgb(172,21,161); }
div.DivClassName
{
background-color: #AC15A1;
}
.BgClassName
{
background-color: #AC15A1;
}
</style>
border-color css
<style>
span { border-color: #AC15A1; }
span { border-color: rgb(172,21,161); }
td.TdClassName
{
border-color: #AC15A1;
}
.TagClassName
{
border-color: #AC15A1;
}
</style>