Shades of Dark Magenta #AC018E
Tints of Dark Magenta #AC018E
RGB
CMYK
RGB Variations
Color information
#AC018E (or 0xAC018E) is known color: Dark Magenta. HEX triplet: AC, 01 and 8E. RGB value is (172,1,142). Sum of RGB (Red+Green+Blue) = 172+1+142=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC018E is #53FE71. Grayscale: #434343. Windows color (decimal): -5504626 or 9306540. OLE color: 9306540.
HSL color Cylindrical-coordinate representation of color #AC018E: hue angle of 310.53º 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 #AC018E is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 142 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.33 |
| HSL | 310.53º | 0.99% | 0.34% | - |
| HSV(B) | 310.53º | 0.99% | 0.67% | - |
| XYZ | 21.91 | 10.75 | 26.51 | - |
| YUV | 68.2 | 169.65 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 142 | 0 | 0.99 | 0.17 | 0.33 | 310.53 | 0.99 | 0.34 |
| Hex | AC | 1 | 8E | 0 | 63 | 11 | 21 | 137 | 63 | 22 |
| Octal | 254 | 1 | 216 | 0 | 143 | 21 | 41 | 467 | 143 | 42 |
| Binary | 10101100 | 1 | 10001110 | 0 | 1100011 | 10001 | 100001 | 100110111 | 1100011 | 100010 |
Color Harmonies of #AC018E
Complementary color
Monochromatic Colors of #AC018E
Black with #AC018E
Text Example
Text Example
White with #AC018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC018E; }
p { color: rgb(172,1,142); }
H1.HeaderClassName
{
color: #AC018E;
}
.AnyTagClassName
{
color: #AC018E;
}
</style>
background-color css
<style>
a { background-color: #AC018E; }
a { background-color: rgb(172,1,142); }
div.DivClassName
{
background-color: #AC018E;
}
.BgClassName
{
background-color: #AC018E;
}
</style>
border-color css
<style>
span { border-color: #AC018E; }
span { border-color: rgb(172,1,142); }
td.TdClassName
{
border-color: #AC018E;
}
.TagClassName
{
border-color: #AC018E;
}
</style>