Shades of Dark Magenta #AC099A
Tints of Dark Magenta #AC099A
RGB
CMYK
RGB Variations
Color information
#AC099A (or 0xAC099A) is known color: Dark Magenta. HEX triplet: AC, 09 and 9A. RGB value is (172,9,154). Sum of RGB (Red+Green+Blue) = 172+9+154=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC099A is #53F665. Grayscale: #494949. Windows color (decimal): -5502566 or 10095020. OLE color: 10095020.
HSL color Cylindrical-coordinate representation of color #AC099A: hue angle of 306.63º degrees, saturation: 0.9, 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 #AC099A is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 154 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.33 |
| HSL | 306.63º | 0.9% | 0.35% | - |
| HSV(B) | 306.63º | 0.95% | 0.67% | - |
| XYZ | 22.94 | 11.3 | 31.54 | - |
| YUV | 74.27 | 173 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 154 | 0 | 0.95 | 0.10 | 0.33 | 306.63 | 0.9 | 0.35 |
| Hex | AC | 9 | 9A | 0 | 5F | A | 21 | 133 | 5A | 23 |
| Octal | 254 | 11 | 232 | 0 | 137 | 12 | 41 | 463 | 132 | 43 |
| Binary | 10101100 | 1001 | 10011010 | 0 | 1011111 | 1010 | 100001 | 100110011 | 1011010 | 100011 |
Color Harmonies of #AC099A
Complementary color
Monochromatic Colors of #AC099A
Black with #AC099A
Text Example
Text Example
White with #AC099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC099A; }
p { color: rgb(172,9,154); }
H1.HeaderClassName
{
color: #AC099A;
}
.AnyTagClassName
{
color: #AC099A;
}
</style>
background-color css
<style>
a { background-color: #AC099A; }
a { background-color: rgb(172,9,154); }
div.DivClassName
{
background-color: #AC099A;
}
.BgClassName
{
background-color: #AC099A;
}
</style>
border-color css
<style>
span { border-color: #AC099A; }
span { border-color: rgb(172,9,154); }
td.TdClassName
{
border-color: #AC099A;
}
.TagClassName
{
border-color: #AC099A;
}
</style>