Shades of Dark Magenta #AC028F
Tints of Dark Magenta #AC028F
RGB
CMYK
RGB Variations
Color information
#AC028F (or 0xAC028F) is known color: Dark Magenta. HEX triplet: AC, 02 and 8F. RGB value is (172,2,143). Sum of RGB (Red+Green+Blue) = 172+2+143=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC028F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC028F is #53FD70. Grayscale: #444444. Windows color (decimal): -5504369 or 9372332. OLE color: 9372332.
HSL color Cylindrical-coordinate representation of color #AC028F: hue angle of 310.24º degrees, saturation: 0.98, 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 #AC028F is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.33 |
| HSL | 310.24º | 0.98% | 0.34% | - |
| HSV(B) | 310.24º | 0.99% | 0.67% | - |
| XYZ | 21.99 | 10.8 | 26.91 | - |
| YUV | 68.9 | 169.82 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 143 | 0 | 0.99 | 0.17 | 0.33 | 310.24 | 0.98 | 0.34 |
| Hex | AC | 2 | 8F | 0 | 63 | 11 | 21 | 136 | 62 | 22 |
| Octal | 254 | 2 | 217 | 0 | 143 | 21 | 41 | 466 | 142 | 42 |
| Binary | 10101100 | 10 | 10001111 | 0 | 1100011 | 10001 | 100001 | 100110110 | 1100010 | 100010 |
Color Harmonies of #AC028F
Complementary color
Monochromatic Colors of #AC028F
Black with #AC028F
Text Example
Text Example
White with #AC028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC028F; }
p { color: rgb(172,2,143); }
H1.HeaderClassName
{
color: #AC028F;
}
.AnyTagClassName
{
color: #AC028F;
}
</style>
background-color css
<style>
a { background-color: #AC028F; }
a { background-color: rgb(172,2,143); }
div.DivClassName
{
background-color: #AC028F;
}
.BgClassName
{
background-color: #AC028F;
}
</style>
border-color css
<style>
span { border-color: #AC028F; }
span { border-color: rgb(172,2,143); }
td.TdClassName
{
border-color: #AC028F;
}
.TagClassName
{
border-color: #AC028F;
}
</style>