Shades of Dark Magenta #AC018D
Tints of Dark Magenta #AC018D
RGB
CMYK
RGB Variations
Color information
#AC018D (or 0xAC018D) is known color: Dark Magenta. HEX triplet: AC, 01 and 8D. RGB value is (172,1,141). Sum of RGB (Red+Green+Blue) = 172+1+141=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC018D is #53FE72. Grayscale: #434343. Windows color (decimal): -5504627 or 9241004. OLE color: 9241004.
HSL color Cylindrical-coordinate representation of color #AC018D: hue angle of 310.88º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC018D is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.33 |
| HSL | 310.88º | 0.99% | 0.34% | - |
| HSV(B) | 310.88º | 0.99% | 0.67% | - |
| XYZ | 21.83 | 10.72 | 26.12 | - |
| YUV | 68.09 | 169.15 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 141 | 0 | 0.99 | 0.18 | 0.33 | 310.88 | 0.99 | 0.34 |
| Hex | AC | 1 | 8D | 0 | 63 | 12 | 21 | 137 | 63 | 22 |
| Octal | 254 | 1 | 215 | 0 | 143 | 22 | 41 | 467 | 143 | 42 |
| Binary | 10101100 | 1 | 10001101 | 0 | 1100011 | 10010 | 100001 | 100110111 | 1100011 | 100010 |
Color Harmonies of #AC018D
Complementary color
Monochromatic Colors of #AC018D
Black with #AC018D
Text Example
Text Example
White with #AC018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC018D; }
p { color: rgb(172,1,141); }
H1.HeaderClassName
{
color: #AC018D;
}
.AnyTagClassName
{
color: #AC018D;
}
</style>
background-color css
<style>
a { background-color: #AC018D; }
a { background-color: rgb(172,1,141); }
div.DivClassName
{
background-color: #AC018D;
}
.BgClassName
{
background-color: #AC018D;
}
</style>
border-color css
<style>
span { border-color: #AC018D; }
span { border-color: rgb(172,1,141); }
td.TdClassName
{
border-color: #AC018D;
}
.TagClassName
{
border-color: #AC018D;
}
</style>