Shades of Dark Magenta #AC0392
Tints of Dark Magenta #AC0392
RGB
CMYK
RGB Variations
Color information
#AC0392 (or 0xAC0392) is known color: Dark Magenta. HEX triplet: AC, 03 and 92. RGB value is (172,3,146). Sum of RGB (Red+Green+Blue) = 172+3+146=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0392 is #53FC6D. Grayscale: #454545. Windows color (decimal): -5504110 or 9569196. OLE color: 9569196.
HSL color Cylindrical-coordinate representation of color #AC0392: hue angle of 309.23º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0392 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 146 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.33 |
| HSL | 309.23º | 0.97% | 0.34% | - |
| HSV(B) | 309.23º | 0.98% | 0.67% | - |
| XYZ | 22.23 | 10.91 | 28.13 | - |
| YUV | 69.83 | 170.99 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 146 | 0 | 0.98 | 0.15 | 0.33 | 309.23 | 0.97 | 0.34 |
| Hex | AC | 3 | 92 | 0 | 62 | F | 21 | 135 | 61 | 22 |
| Octal | 254 | 3 | 222 | 0 | 142 | 17 | 41 | 465 | 141 | 42 |
| Binary | 10101100 | 11 | 10010010 | 0 | 1100010 | 1111 | 100001 | 100110101 | 1100001 | 100010 |
Color Harmonies of #AC0392
Complementary color
Monochromatic Colors of #AC0392
Black with #AC0392
Text Example
Text Example
White with #AC0392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0392; }
p { color: rgb(172,3,146); }
H1.HeaderClassName
{
color: #AC0392;
}
.AnyTagClassName
{
color: #AC0392;
}
</style>
background-color css
<style>
a { background-color: #AC0392; }
a { background-color: rgb(172,3,146); }
div.DivClassName
{
background-color: #AC0392;
}
.BgClassName
{
background-color: #AC0392;
}
</style>
border-color css
<style>
span { border-color: #AC0392; }
span { border-color: rgb(172,3,146); }
td.TdClassName
{
border-color: #AC0392;
}
.TagClassName
{
border-color: #AC0392;
}
</style>