Shades of Dark Magenta #AC089A
Tints of Dark Magenta #AC089A
RGB
CMYK
RGB Variations
Color information
#AC089A (or 0xAC089A) is known color: Dark Magenta. HEX triplet: AC, 08 and 9A. RGB value is (172,8,154). Sum of RGB (Red+Green+Blue) = 172+8+154=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC089A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC089A is #53F765. Grayscale: #494949. Windows color (decimal): -5502822 or 10094764. OLE color: 10094764.
HSL color Cylindrical-coordinate representation of color #AC089A: hue angle of 306.59º 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 #AC089A is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 154 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.33 |
| HSL | 306.59º | 0.91% | 0.35% | - |
| HSV(B) | 306.59º | 0.95% | 0.67% | - |
| XYZ | 22.93 | 11.28 | 31.54 | - |
| YUV | 73.68 | 173.33 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 154 | 0 | 0.95 | 0.10 | 0.33 | 306.59 | 0.91 | 0.35 |
| Hex | AC | 8 | 9A | 0 | 5F | A | 21 | 133 | 5B | 23 |
| Octal | 254 | 10 | 232 | 0 | 137 | 12 | 41 | 463 | 133 | 43 |
| Binary | 10101100 | 1000 | 10011010 | 0 | 1011111 | 1010 | 100001 | 100110011 | 1011011 | 100011 |
Color Harmonies of #AC089A
Complementary color
Monochromatic Colors of #AC089A
Black with #AC089A
Text Example
Text Example
White with #AC089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC089A; }
p { color: rgb(172,8,154); }
H1.HeaderClassName
{
color: #AC089A;
}
.AnyTagClassName
{
color: #AC089A;
}
</style>
background-color css
<style>
a { background-color: #AC089A; }
a { background-color: rgb(172,8,154); }
div.DivClassName
{
background-color: #AC089A;
}
.BgClassName
{
background-color: #AC089A;
}
</style>
border-color css
<style>
span { border-color: #AC089A; }
span { border-color: rgb(172,8,154); }
td.TdClassName
{
border-color: #AC089A;
}
.TagClassName
{
border-color: #AC089A;
}
</style>