Shades of Dark Magenta #AC089E
Tints of Dark Magenta #AC089E
RGB
CMYK
RGB Variations
Color information
#AC089E (or 0xAC089E) is known color: Dark Magenta. HEX triplet: AC, 08 and 9E. RGB value is (172,8,158). Sum of RGB (Red+Green+Blue) = 172+8+158=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC089E is #53F761. Grayscale: #494949. Windows color (decimal): -5502818 or 10356908. OLE color: 10356908.
HSL color Cylindrical-coordinate representation of color #AC089E: hue angle of 305.12º 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 #AC089E is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 158 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.33 |
| HSL | 305.12º | 0.91% | 0.35% | - |
| HSV(B) | 305.12º | 0.95% | 0.67% | - |
| XYZ | 23.27 | 11.41 | 33.32 | - |
| YUV | 74.14 | 175.33 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 158 | 0 | 0.95 | 0.08 | 0.33 | 305.12 | 0.91 | 0.35 |
| Hex | AC | 8 | 9E | 0 | 5F | 8 | 21 | 131 | 5B | 23 |
| Octal | 254 | 10 | 236 | 0 | 137 | 10 | 41 | 461 | 133 | 43 |
| Binary | 10101100 | 1000 | 10011110 | 0 | 1011111 | 1000 | 100001 | 100110001 | 1011011 | 100011 |
Color Harmonies of #AC089E
Complementary color
Monochromatic Colors of #AC089E
Black with #AC089E
Text Example
Text Example
White with #AC089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC089E; }
p { color: rgb(172,8,158); }
H1.HeaderClassName
{
color: #AC089E;
}
.AnyTagClassName
{
color: #AC089E;
}
</style>
background-color css
<style>
a { background-color: #AC089E; }
a { background-color: rgb(172,8,158); }
div.DivClassName
{
background-color: #AC089E;
}
.BgClassName
{
background-color: #AC089E;
}
</style>
border-color css
<style>
span { border-color: #AC089E; }
span { border-color: rgb(172,8,158); }
td.TdClassName
{
border-color: #AC089E;
}
.TagClassName
{
border-color: #AC089E;
}
</style>