Shades of Dark Magenta #AC0090
Tints of Dark Magenta #AC0090
RGB
CMYK
RGB Variations
Color information
#AC0090 (or 0xAC0090) is known color: Dark Magenta. HEX triplet: AC, 00 and 90. RGB value is (172,0,144). Sum of RGB (Red+Green+Blue) = 172+0+144=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0090 is #53FF6F. Grayscale: #434343. Windows color (decimal): -5504880 or 9437356. OLE color: 9437356.
HSL color Cylindrical-coordinate representation of color #AC0090: hue angle of 309.77º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0090 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 144 | - |
| CMYK | 0 | 1 | 0.16 | 0.33 |
| HSL | 309.77º | 1% | 0.34% | - |
| HSV(B) | 309.77º | 1% | 0.67% | - |
| XYZ | 22.05 | 10.78 | 27.31 | - |
| YUV | 67.84 | 170.98 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 144 | 0 | 1 | 0.16 | 0.33 | 309.77 | 1 | 0.34 |
| Hex | AC | 0 | 90 | 0 | 64 | 10 | 21 | 136 | 64 | 22 |
| Octal | 254 | 0 | 220 | 0 | 144 | 20 | 41 | 466 | 144 | 42 |
| Binary | 10101100 | 0 | 10010000 | 0 | 1100100 | 10000 | 100001 | 100110110 | 1100100 | 100010 |
Color Harmonies of #AC0090
Complementary color
Monochromatic Colors of #AC0090
Black with #AC0090
Text Example
Text Example
White with #AC0090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0090; }
p { color: rgb(172,0,144); }
H1.HeaderClassName
{
color: #AC0090;
}
.AnyTagClassName
{
color: #AC0090;
}
</style>
background-color css
<style>
a { background-color: #AC0090; }
a { background-color: rgb(172,0,144); }
div.DivClassName
{
background-color: #AC0090;
}
.BgClassName
{
background-color: #AC0090;
}
</style>
border-color css
<style>
span { border-color: #AC0090; }
span { border-color: rgb(172,0,144); }
td.TdClassName
{
border-color: #AC0090;
}
.TagClassName
{
border-color: #AC0090;
}
</style>