Shades of Dark Magenta #AC0397
Tints of Dark Magenta #AC0397
RGB
CMYK
RGB Variations
Color information
#AC0397 (or 0xAC0397) is known color: Dark Magenta. HEX triplet: AC, 03 and 97. RGB value is (172,3,151). Sum of RGB (Red+Green+Blue) = 172+3+151=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0397 is #53FC68. Grayscale: #454545. Windows color (decimal): -5504105 or 9896876. OLE color: 9896876.
HSL color Cylindrical-coordinate representation of color #AC0397: hue angle of 307.46º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0397 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 151 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.33 |
| HSL | 307.46º | 0.97% | 0.34% | - |
| HSV(B) | 307.46º | 0.98% | 0.67% | - |
| XYZ | 22.63 | 11.07 | 30.22 | - |
| YUV | 70.4 | 173.49 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 151 | 0 | 0.98 | 0.12 | 0.33 | 307.46 | 0.97 | 0.34 |
| Hex | AC | 3 | 97 | 0 | 62 | C | 21 | 133 | 61 | 22 |
| Octal | 254 | 3 | 227 | 0 | 142 | 14 | 41 | 463 | 141 | 42 |
| Binary | 10101100 | 11 | 10010111 | 0 | 1100010 | 1100 | 100001 | 100110011 | 1100001 | 100010 |
Color Harmonies of #AC0397
Complementary color
Monochromatic Colors of #AC0397
Black with #AC0397
Text Example
Text Example
White with #AC0397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0397; }
p { color: rgb(172,3,151); }
H1.HeaderClassName
{
color: #AC0397;
}
.AnyTagClassName
{
color: #AC0397;
}
</style>
background-color css
<style>
a { background-color: #AC0397; }
a { background-color: rgb(172,3,151); }
div.DivClassName
{
background-color: #AC0397;
}
.BgClassName
{
background-color: #AC0397;
}
</style>
border-color css
<style>
span { border-color: #AC0397; }
span { border-color: rgb(172,3,151); }
td.TdClassName
{
border-color: #AC0397;
}
.TagClassName
{
border-color: #AC0397;
}
</style>