Shades of Dark Magenta #AC0492
Tints of Dark Magenta #AC0492
RGB
CMYK
RGB Variations
Color information
#AC0492 (or 0xAC0492) is known color: Dark Magenta. HEX triplet: AC, 04 and 92. RGB value is (172,4,146). Sum of RGB (Red+Green+Blue) = 172+4+146=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0492 is #53FB6D. Grayscale: #464646. Windows color (decimal): -5503854 or 9569452. OLE color: 9569452.
HSL color Cylindrical-coordinate representation of color #AC0492: hue angle of 309.29º 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 #AC0492 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 146 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.33 |
| HSL | 309.29º | 0.95% | 0.35% | - |
| HSV(B) | 309.29º | 0.98% | 0.67% | - |
| XYZ | 22.24 | 10.93 | 28.13 | - |
| YUV | 70.42 | 170.66 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 146 | 0 | 0.98 | 0.15 | 0.33 | 309.29 | 0.95 | 0.35 |
| Hex | AC | 4 | 92 | 0 | 62 | F | 21 | 135 | 5F | 23 |
| Octal | 254 | 4 | 222 | 0 | 142 | 17 | 41 | 465 | 137 | 43 |
| Binary | 10101100 | 100 | 10010010 | 0 | 1100010 | 1111 | 100001 | 100110101 | 1011111 | 100011 |
Color Harmonies of #AC0492
Complementary color
Monochromatic Colors of #AC0492
Black with #AC0492
Text Example
Text Example
White with #AC0492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0492; }
p { color: rgb(172,4,146); }
H1.HeaderClassName
{
color: #AC0492;
}
.AnyTagClassName
{
color: #AC0492;
}
</style>
background-color css
<style>
a { background-color: #AC0492; }
a { background-color: rgb(172,4,146); }
div.DivClassName
{
background-color: #AC0492;
}
.BgClassName
{
background-color: #AC0492;
}
</style>
border-color css
<style>
span { border-color: #AC0492; }
span { border-color: rgb(172,4,146); }
td.TdClassName
{
border-color: #AC0492;
}
.TagClassName
{
border-color: #AC0492;
}
</style>