Shades of Dark Magenta #AC09A0
Tints of Dark Magenta #AC09A0
RGB
CMYK
RGB Variations
Color information
#AC09A0 (or 0xAC09A0) is known color: Dark Magenta. HEX triplet: AC, 09 and A0. RGB value is (172,9,160). Sum of RGB (Red+Green+Blue) = 172+9+160=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC09A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC09A0 is #53F65F. Grayscale: #4A4A4A. Windows color (decimal): -5502560 or 10488236. OLE color: 10488236.
HSL color Cylindrical-coordinate representation of color #AC09A0: hue angle of 304.42º 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 #AC09A0 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 160 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.33 |
| HSL | 304.42º | 0.9% | 0.35% | - |
| HSV(B) | 304.42º | 0.95% | 0.67% | - |
| XYZ | 23.46 | 11.5 | 34.24 | - |
| YUV | 74.95 | 176 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 160 | 0 | 0.95 | 0.07 | 0.33 | 304.42 | 0.9 | 0.35 |
| Hex | AC | 9 | A0 | 0 | 5F | 7 | 21 | 130 | 5A | 23 |
| Octal | 254 | 11 | 240 | 0 | 137 | 7 | 41 | 460 | 132 | 43 |
| Binary | 10101100 | 1001 | 10100000 | 0 | 1011111 | 111 | 100001 | 100110000 | 1011010 | 100011 |
Color Harmonies of #AC09A0
Complementary color
Monochromatic Colors of #AC09A0
Black with #AC09A0
Text Example
Text Example
White with #AC09A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC09A0; }
p { color: rgb(172,9,160); }
H1.HeaderClassName
{
color: #AC09A0;
}
.AnyTagClassName
{
color: #AC09A0;
}
</style>
background-color css
<style>
a { background-color: #AC09A0; }
a { background-color: rgb(172,9,160); }
div.DivClassName
{
background-color: #AC09A0;
}
.BgClassName
{
background-color: #AC09A0;
}
</style>
border-color css
<style>
span { border-color: #AC09A0; }
span { border-color: rgb(172,9,160); }
td.TdClassName
{
border-color: #AC09A0;
}
.TagClassName
{
border-color: #AC09A0;
}
</style>