Shades of Dark Magenta #AC0FA6
Tints of Dark Magenta #AC0FA6
RGB
CMYK
RGB Variations
Color information
#AC0FA6 (or 0xAC0FA6) is known color: Dark Magenta. HEX triplet: AC, 0F and A6. RGB value is (172,15,166). Sum of RGB (Red+Green+Blue) = 172+15+166=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0FA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0FA6 is #53F059. Grayscale: #4E4E4E. Windows color (decimal): -5501018 or 10882988. OLE color: 10882988.
HSL color Cylindrical-coordinate representation of color #AC0FA6: hue angle of 302.29º 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 #AC0FA6 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 166 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.33 |
| HSL | 302.29º | 0.84% | 0.37% | - |
| HSV(B) | 302.29º | 0.91% | 0.67% | - |
| XYZ | 24.07 | 11.87 | 37.1 | - |
| YUV | 79.16 | 177.01 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 166 | 0 | 0.91 | 0.03 | 0.33 | 302.29 | 0.84 | 0.37 |
| Hex | AC | F | A6 | 0 | 5B | 3 | 21 | 12E | 54 | 25 |
| Octal | 254 | 17 | 246 | 0 | 133 | 3 | 41 | 456 | 124 | 45 |
| Binary | 10101100 | 1111 | 10100110 | 0 | 1011011 | 11 | 100001 | 100101110 | 1010100 | 100101 |
Color Harmonies of #AC0FA6
Complementary color
Monochromatic Colors of #AC0FA6
Black with #AC0FA6
Text Example
Text Example
White with #AC0FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0FA6; }
p { color: rgb(172,15,166); }
H1.HeaderClassName
{
color: #AC0FA6;
}
.AnyTagClassName
{
color: #AC0FA6;
}
</style>
background-color css
<style>
a { background-color: #AC0FA6; }
a { background-color: rgb(172,15,166); }
div.DivClassName
{
background-color: #AC0FA6;
}
.BgClassName
{
background-color: #AC0FA6;
}
</style>
border-color css
<style>
span { border-color: #AC0FA6; }
span { border-color: rgb(172,15,166); }
td.TdClassName
{
border-color: #AC0FA6;
}
.TagClassName
{
border-color: #AC0FA6;
}
</style>