Shades of Dark Magenta #AC0395
Tints of Dark Magenta #AC0395
RGB
CMYK
RGB Variations
Color information
#AC0395 (or 0xAC0395) is known color: Dark Magenta. HEX triplet: AC, 03 and 95. RGB value is (172,3,149). Sum of RGB (Red+Green+Blue) = 172+3+149=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0395 is #53FC6A. Grayscale: #454545. Windows color (decimal): -5504107 or 9765804. OLE color: 9765804.
HSL color Cylindrical-coordinate representation of color #AC0395: hue angle of 308.17º 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 #AC0395 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 149 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.33 |
| HSL | 308.17º | 0.97% | 0.34% | - |
| HSV(B) | 308.17º | 0.98% | 0.67% | - |
| XYZ | 22.47 | 11.01 | 29.37 | - |
| YUV | 70.18 | 172.49 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 149 | 0 | 0.98 | 0.13 | 0.33 | 308.17 | 0.97 | 0.34 |
| Hex | AC | 3 | 95 | 0 | 62 | D | 21 | 134 | 61 | 22 |
| Octal | 254 | 3 | 225 | 0 | 142 | 15 | 41 | 464 | 141 | 42 |
| Binary | 10101100 | 11 | 10010101 | 0 | 1100010 | 1101 | 100001 | 100110100 | 1100001 | 100010 |
Color Harmonies of #AC0395
Complementary color
Monochromatic Colors of #AC0395
Black with #AC0395
Text Example
Text Example
White with #AC0395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0395; }
p { color: rgb(172,3,149); }
H1.HeaderClassName
{
color: #AC0395;
}
.AnyTagClassName
{
color: #AC0395;
}
</style>
background-color css
<style>
a { background-color: #AC0395; }
a { background-color: rgb(172,3,149); }
div.DivClassName
{
background-color: #AC0395;
}
.BgClassName
{
background-color: #AC0395;
}
</style>
border-color css
<style>
span { border-color: #AC0395; }
span { border-color: rgb(172,3,149); }
td.TdClassName
{
border-color: #AC0395;
}
.TagClassName
{
border-color: #AC0395;
}
</style>