Shades of Dark Magenta #AC0894
Tints of Dark Magenta #AC0894
RGB
CMYK
RGB Variations
Color information
#AC0894 (or 0xAC0894) is known color: Dark Magenta. HEX triplet: AC, 08 and 94. RGB value is (172,8,148). Sum of RGB (Red+Green+Blue) = 172+8+148=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0894 is #53F76B. Grayscale: #484848. Windows color (decimal): -5502828 or 9701548. OLE color: 9701548.
HSL color Cylindrical-coordinate representation of color #AC0894: hue angle of 308.78º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0894 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 148 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.33 |
| HSL | 308.78º | 0.91% | 0.35% | - |
| HSV(B) | 308.78º | 0.95% | 0.67% | - |
| XYZ | 22.45 | 11.08 | 28.97 | - |
| YUV | 73 | 170.33 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 148 | 0 | 0.95 | 0.14 | 0.33 | 308.78 | 0.91 | 0.35 |
| Hex | AC | 8 | 94 | 0 | 5F | E | 21 | 135 | 5B | 23 |
| Octal | 254 | 10 | 224 | 0 | 137 | 16 | 41 | 465 | 133 | 43 |
| Binary | 10101100 | 1000 | 10010100 | 0 | 1011111 | 1110 | 100001 | 100110101 | 1011011 | 100011 |
Color Harmonies of #AC0894
Complementary color
Monochromatic Colors of #AC0894
Black with #AC0894
Text Example
Text Example
White with #AC0894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0894; }
p { color: rgb(172,8,148); }
H1.HeaderClassName
{
color: #AC0894;
}
.AnyTagClassName
{
color: #AC0894;
}
</style>
background-color css
<style>
a { background-color: #AC0894; }
a { background-color: rgb(172,8,148); }
div.DivClassName
{
background-color: #AC0894;
}
.BgClassName
{
background-color: #AC0894;
}
</style>
border-color css
<style>
span { border-color: #AC0894; }
span { border-color: rgb(172,8,148); }
td.TdClassName
{
border-color: #AC0894;
}
.TagClassName
{
border-color: #AC0894;
}
</style>