Shades of Dark Magenta #AC0495
Tints of Dark Magenta #AC0495
RGB
CMYK
RGB Variations
Color information
#AC0495 (or 0xAC0495) is known color: Dark Magenta. HEX triplet: AC, 04 and 95. RGB value is (172,4,149). Sum of RGB (Red+Green+Blue) = 172+4+149=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0495 is #53FB6A. Grayscale: #464646. Windows color (decimal): -5503851 or 9766060. OLE color: 9766060.
HSL color Cylindrical-coordinate representation of color #AC0495: hue angle of 308.21º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0495 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.33 |
| HSL | 308.21º | 0.95% | 0.35% | - |
| HSV(B) | 308.21º | 0.98% | 0.67% | - |
| XYZ | 22.48 | 11.03 | 29.38 | - |
| YUV | 70.76 | 172.16 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 149 | 0 | 0.98 | 0.13 | 0.33 | 308.21 | 0.95 | 0.35 |
| Hex | AC | 4 | 95 | 0 | 62 | D | 21 | 134 | 5F | 23 |
| Octal | 254 | 4 | 225 | 0 | 142 | 15 | 41 | 464 | 137 | 43 |
| Binary | 10101100 | 100 | 10010101 | 0 | 1100010 | 1101 | 100001 | 100110100 | 1011111 | 100011 |
Color Harmonies of #AC0495
Complementary color
Monochromatic Colors of #AC0495
Black with #AC0495
Text Example
Text Example
White with #AC0495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0495; }
p { color: rgb(172,4,149); }
H1.HeaderClassName
{
color: #AC0495;
}
.AnyTagClassName
{
color: #AC0495;
}
</style>
background-color css
<style>
a { background-color: #AC0495; }
a { background-color: rgb(172,4,149); }
div.DivClassName
{
background-color: #AC0495;
}
.BgClassName
{
background-color: #AC0495;
}
</style>
border-color css
<style>
span { border-color: #AC0495; }
span { border-color: rgb(172,4,149); }
td.TdClassName
{
border-color: #AC0495;
}
.TagClassName
{
border-color: #AC0495;
}
</style>