Shades of Dark Magenta #AC0390
Tints of Dark Magenta #AC0390
RGB
CMYK
RGB Variations
Color information
#AC0390 (or 0xAC0390) is known color: Dark Magenta. HEX triplet: AC, 03 and 90. RGB value is (172,3,144). Sum of RGB (Red+Green+Blue) = 172+3+144=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0390 is #53FC6F. Grayscale: #454545. Windows color (decimal): -5504112 or 9438124. OLE color: 9438124.
HSL color Cylindrical-coordinate representation of color #AC0390: hue angle of 309.94º 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 #AC0390 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 144 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.33 |
| HSL | 309.94º | 0.97% | 0.34% | - |
| HSV(B) | 309.94º | 0.98% | 0.67% | - |
| XYZ | 22.08 | 10.85 | 27.32 | - |
| YUV | 69.61 | 169.99 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 144 | 0 | 0.98 | 0.16 | 0.33 | 309.94 | 0.97 | 0.34 |
| Hex | AC | 3 | 90 | 0 | 62 | 10 | 21 | 136 | 61 | 22 |
| Octal | 254 | 3 | 220 | 0 | 142 | 20 | 41 | 466 | 141 | 42 |
| Binary | 10101100 | 11 | 10010000 | 0 | 1100010 | 10000 | 100001 | 100110110 | 1100001 | 100010 |
Color Harmonies of #AC0390
Complementary color
Monochromatic Colors of #AC0390
Black with #AC0390
Text Example
Text Example
White with #AC0390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0390; }
p { color: rgb(172,3,144); }
H1.HeaderClassName
{
color: #AC0390;
}
.AnyTagClassName
{
color: #AC0390;
}
</style>
background-color css
<style>
a { background-color: #AC0390; }
a { background-color: rgb(172,3,144); }
div.DivClassName
{
background-color: #AC0390;
}
.BgClassName
{
background-color: #AC0390;
}
</style>
border-color css
<style>
span { border-color: #AC0390; }
span { border-color: rgb(172,3,144); }
td.TdClassName
{
border-color: #AC0390;
}
.TagClassName
{
border-color: #AC0390;
}
</style>