Shades of Dark Magenta #AC0FA0
Tints of Dark Magenta #AC0FA0
RGB
CMYK
RGB Variations
Color information
#AC0FA0 (or 0xAC0FA0) is known color: Dark Magenta. HEX triplet: AC, 0F and A0. RGB value is (172,15,160). Sum of RGB (Red+Green+Blue) = 172+15+160=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0FA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0FA0 is #53F05F. Grayscale: #4E4E4E. Windows color (decimal): -5501024 or 10489772. OLE color: 10489772.
HSL color Cylindrical-coordinate representation of color #AC0FA0: hue angle of 304.59º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0FA0 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 160 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.33 |
| HSL | 304.59º | 0.84% | 0.37% | - |
| HSV(B) | 304.59º | 0.91% | 0.67% | - |
| XYZ | 23.53 | 11.65 | 34.27 | - |
| YUV | 78.47 | 174.01 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 160 | 0 | 0.91 | 0.07 | 0.33 | 304.59 | 0.84 | 0.37 |
| Hex | AC | F | A0 | 0 | 5B | 7 | 21 | 131 | 54 | 25 |
| Octal | 254 | 17 | 240 | 0 | 133 | 7 | 41 | 461 | 124 | 45 |
| Binary | 10101100 | 1111 | 10100000 | 0 | 1011011 | 111 | 100001 | 100110001 | 1010100 | 100101 |
Color Harmonies of #AC0FA0
Complementary color
Monochromatic Colors of #AC0FA0
Black with #AC0FA0
Text Example
Text Example
White with #AC0FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0FA0; }
p { color: rgb(172,15,160); }
H1.HeaderClassName
{
color: #AC0FA0;
}
.AnyTagClassName
{
color: #AC0FA0;
}
</style>
background-color css
<style>
a { background-color: #AC0FA0; }
a { background-color: rgb(172,15,160); }
div.DivClassName
{
background-color: #AC0FA0;
}
.BgClassName
{
background-color: #AC0FA0;
}
</style>
border-color css
<style>
span { border-color: #AC0FA0; }
span { border-color: rgb(172,15,160); }
td.TdClassName
{
border-color: #AC0FA0;
}
.TagClassName
{
border-color: #AC0FA0;
}
</style>