Shades of Dark Magenta #AC0095
Tints of Dark Magenta #AC0095
RGB
CMYK
RGB Variations
Color information
#AC0095 (or 0xAC0095) is known color: Dark Magenta. HEX triplet: AC, 00 and 95. RGB value is (172,0,149). Sum of RGB (Red+Green+Blue) = 172+0+149=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0095 is #53FF6A. Grayscale: #434343. Windows color (decimal): -5504875 or 9765036. OLE color: 9765036.
HSL color Cylindrical-coordinate representation of color #AC0095: hue angle of 308.02º 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 #AC0095 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.13 | 0.33 |
| HSL | 308.02º | 1% | 0.34% | - |
| HSV(B) | 308.02º | 1% | 0.67% | - |
| XYZ | 22.44 | 10.94 | 29.36 | - |
| YUV | 68.41 | 173.48 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 149 | 0 | 1 | 0.13 | 0.33 | 308.02 | 1 | 0.34 |
| Hex | AC | 0 | 95 | 0 | 64 | D | 21 | 134 | 64 | 22 |
| Octal | 254 | 0 | 225 | 0 | 144 | 15 | 41 | 464 | 144 | 42 |
| Binary | 10101100 | 0 | 10010101 | 0 | 1100100 | 1101 | 100001 | 100110100 | 1100100 | 100010 |
Color Harmonies of #AC0095
Complementary color
Monochromatic Colors of #AC0095
Black with #AC0095
Text Example
Text Example
White with #AC0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0095; }
p { color: rgb(172,0,149); }
H1.HeaderClassName
{
color: #AC0095;
}
.AnyTagClassName
{
color: #AC0095;
}
</style>
background-color css
<style>
a { background-color: #AC0095; }
a { background-color: rgb(172,0,149); }
div.DivClassName
{
background-color: #AC0095;
}
.BgClassName
{
background-color: #AC0095;
}
</style>
border-color css
<style>
span { border-color: #AC0095; }
span { border-color: rgb(172,0,149); }
td.TdClassName
{
border-color: #AC0095;
}
.TagClassName
{
border-color: #AC0095;
}
</style>