Shades of Dark Magenta #AC0291
Tints of Dark Magenta #AC0291
RGB
CMYK
RGB Variations
Color information
#AC0291 (or 0xAC0291) is known color: Dark Magenta. HEX triplet: AC, 02 and 91. RGB value is (172,2,145). Sum of RGB (Red+Green+Blue) = 172+2+145=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0291 is #53FD6E. Grayscale: #444444. Windows color (decimal): -5504367 or 9503404. OLE color: 9503404.
HSL color Cylindrical-coordinate representation of color #AC0291: hue angle of 309.53º 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 #AC0291 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.33 |
| HSL | 309.53º | 0.98% | 0.34% | - |
| HSV(B) | 309.53º | 0.99% | 0.67% | - |
| XYZ | 22.15 | 10.86 | 27.72 | - |
| YUV | 69.13 | 170.82 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 145 | 0 | 0.99 | 0.16 | 0.33 | 309.53 | 0.98 | 0.34 |
| Hex | AC | 2 | 91 | 0 | 63 | 10 | 21 | 136 | 62 | 22 |
| Octal | 254 | 2 | 221 | 0 | 143 | 20 | 41 | 466 | 142 | 42 |
| Binary | 10101100 | 10 | 10010001 | 0 | 1100011 | 10000 | 100001 | 100110110 | 1100010 | 100010 |
Color Harmonies of #AC0291
Complementary color
Monochromatic Colors of #AC0291
Black with #AC0291
Text Example
Text Example
White with #AC0291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0291; }
p { color: rgb(172,2,145); }
H1.HeaderClassName
{
color: #AC0291;
}
.AnyTagClassName
{
color: #AC0291;
}
</style>
background-color css
<style>
a { background-color: #AC0291; }
a { background-color: rgb(172,2,145); }
div.DivClassName
{
background-color: #AC0291;
}
.BgClassName
{
background-color: #AC0291;
}
</style>
border-color css
<style>
span { border-color: #AC0291; }
span { border-color: rgb(172,2,145); }
td.TdClassName
{
border-color: #AC0291;
}
.TagClassName
{
border-color: #AC0291;
}
</style>