Shades of Deep Magenta #AC0FBC
Tints of Deep Magenta #AC0FBC
RGB
CMYK
RGB Variations
Color information
#AC0FBC (or 0xAC0FBC) is known color: Deep Magenta. HEX triplet: AC, 0F and BC. RGB value is (172,15,188). Sum of RGB (Red+Green+Blue) = 172+15+188=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC0FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0FBC is #53F043. Grayscale: #515151. Windows color (decimal): -5500996 or 12324780. OLE color: 12324780.
HSL color Cylindrical-coordinate representation of color #AC0FBC: hue angle of 294.45º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0FBC is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 15 | 188 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.26 |
| HSL | 294.45º | 0.85% | 0.4% | - |
| HSV(B) | 294.45º | 0.92% | 0.74% | - |
| XYZ | 26.26 | 12.74 | 48.65 | - |
| YUV | 81.67 | 188.01 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 188 | 0.09 | 0.92 | 0 | 0.26 | 294.45 | 0.85 | 0.4 |
| Hex | AC | F | BC | 9 | 5C | 0 | 1A | 126 | 55 | 28 |
| Octal | 254 | 17 | 274 | 11 | 134 | 0 | 32 | 446 | 125 | 50 |
| Binary | 10101100 | 1111 | 10111100 | 1001 | 1011100 | 0 | 11010 | 100100110 | 1010101 | 101000 |
Color Harmonies of #AC0FBC
Complementary color
Monochromatic Colors of #AC0FBC
Black with #AC0FBC
Text Example
Text Example
White with #AC0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0FBC; }
p { color: rgb(172,15,188); }
H1.HeaderClassName
{
color: #AC0FBC;
}
.AnyTagClassName
{
color: #AC0FBC;
}
</style>
background-color css
<style>
a { background-color: #AC0FBC; }
a { background-color: rgb(172,15,188); }
div.DivClassName
{
background-color: #AC0FBC;
}
.BgClassName
{
background-color: #AC0FBC;
}
</style>
border-color css
<style>
span { border-color: #AC0FBC; }
span { border-color: rgb(172,15,188); }
td.TdClassName
{
border-color: #AC0FBC;
}
.TagClassName
{
border-color: #AC0FBC;
}
</style>