Shades of Dark Magenta #AC0097
Tints of Dark Magenta #AC0097
RGB
CMYK
RGB Variations
Color information
#AC0097 (or 0xAC0097) is known color: Dark Magenta. HEX triplet: AC, 00 and 97. RGB value is (172,0,151). Sum of RGB (Red+Green+Blue) = 172+0+151=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0097 is #53FF68. Grayscale: #444444. Windows color (decimal): -5504873 or 9896108. OLE color: 9896108.
HSL color Cylindrical-coordinate representation of color #AC0097: hue angle of 307.33º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0097 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.12 | 0.33 |
| HSL | 307.33º | 1% | 0.34% | - |
| HSV(B) | 307.33º | 1% | 0.67% | - |
| XYZ | 22.6 | 11.01 | 30.21 | - |
| YUV | 68.64 | 174.48 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 151 | 0 | 1 | 0.12 | 0.33 | 307.33 | 1 | 0.34 |
| Hex | AC | 0 | 97 | 0 | 64 | C | 21 | 133 | 64 | 22 |
| Octal | 254 | 0 | 227 | 0 | 144 | 14 | 41 | 463 | 144 | 42 |
| Binary | 10101100 | 0 | 10010111 | 0 | 1100100 | 1100 | 100001 | 100110011 | 1100100 | 100010 |
Color Harmonies of #AC0097
Complementary color
Monochromatic Colors of #AC0097
Black with #AC0097
Text Example
Text Example
White with #AC0097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0097; }
p { color: rgb(172,0,151); }
H1.HeaderClassName
{
color: #AC0097;
}
.AnyTagClassName
{
color: #AC0097;
}
</style>
background-color css
<style>
a { background-color: #AC0097; }
a { background-color: rgb(172,0,151); }
div.DivClassName
{
background-color: #AC0097;
}
.BgClassName
{
background-color: #AC0097;
}
</style>
border-color css
<style>
span { border-color: #AC0097; }
span { border-color: rgb(172,0,151); }
td.TdClassName
{
border-color: #AC0097;
}
.TagClassName
{
border-color: #AC0097;
}
</style>