Shades of Dark Magenta #AC089C
Tints of Dark Magenta #AC089C
RGB
CMYK
RGB Variations
Color information
#AC089C (or 0xAC089C) is known color: Dark Magenta. HEX triplet: AC, 08 and 9C. RGB value is (172,8,156). Sum of RGB (Red+Green+Blue) = 172+8+156=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC089C is #53F763. Grayscale: #494949. Windows color (decimal): -5502820 or 10225836. OLE color: 10225836.
HSL color Cylindrical-coordinate representation of color #AC089C: hue angle of 305.85º 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 #AC089C is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 156 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.33 |
| HSL | 305.85º | 0.91% | 0.35% | - |
| HSV(B) | 305.85º | 0.95% | 0.67% | - |
| XYZ | 23.1 | 11.34 | 32.42 | - |
| YUV | 73.91 | 174.33 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 156 | 0 | 0.95 | 0.09 | 0.33 | 305.85 | 0.91 | 0.35 |
| Hex | AC | 8 | 9C | 0 | 5F | 9 | 21 | 132 | 5B | 23 |
| Octal | 254 | 10 | 234 | 0 | 137 | 11 | 41 | 462 | 133 | 43 |
| Binary | 10101100 | 1000 | 10011100 | 0 | 1011111 | 1001 | 100001 | 100110010 | 1011011 | 100011 |
Color Harmonies of #AC089C
Complementary color
Monochromatic Colors of #AC089C
Black with #AC089C
Text Example
Text Example
White with #AC089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC089C; }
p { color: rgb(172,8,156); }
H1.HeaderClassName
{
color: #AC089C;
}
.AnyTagClassName
{
color: #AC089C;
}
</style>
background-color css
<style>
a { background-color: #AC089C; }
a { background-color: rgb(172,8,156); }
div.DivClassName
{
background-color: #AC089C;
}
.BgClassName
{
background-color: #AC089C;
}
</style>
border-color css
<style>
span { border-color: #AC089C; }
span { border-color: rgb(172,8,156); }
td.TdClassName
{
border-color: #AC089C;
}
.TagClassName
{
border-color: #AC089C;
}
</style>