Shades of Deep Magenta #AC0FB1
Tints of Deep Magenta #AC0FB1
RGB
CMYK
RGB Variations
Color information
#AC0FB1 (or 0xAC0FB1) is known color: Deep Magenta. HEX triplet: AC, 0F and B1. RGB value is (172,15,177). Sum of RGB (Red+Green+Blue) = 172+15+177=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC0FB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0FB1 is #53F04E. Grayscale: #4F4F4F. Windows color (decimal): -5501007 or 11603884. OLE color: 11603884.
HSL color Cylindrical-coordinate representation of color #AC0FB1: hue angle of 298.15º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0FB1 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 15 | 177 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.31 |
| HSL | 298.15º | 0.84% | 0.38% | - |
| HSV(B) | 298.15º | 0.92% | 0.69% | - |
| XYZ | 25.12 | 12.29 | 42.64 | - |
| YUV | 80.41 | 182.51 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 177 | 0.03 | 0.92 | 0 | 0.31 | 298.15 | 0.84 | 0.38 |
| Hex | AC | F | B1 | 3 | 5C | 0 | 1F | 12A | 54 | 26 |
| Octal | 254 | 17 | 261 | 3 | 134 | 0 | 37 | 452 | 124 | 46 |
| Binary | 10101100 | 1111 | 10110001 | 11 | 1011100 | 0 | 11111 | 100101010 | 1010100 | 100110 |
Color Harmonies of #AC0FB1
Complementary color
Monochromatic Colors of #AC0FB1
Black with #AC0FB1
Text Example
Text Example
White with #AC0FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0FB1; }
p { color: rgb(172,15,177); }
H1.HeaderClassName
{
color: #AC0FB1;
}
.AnyTagClassName
{
color: #AC0FB1;
}
</style>
background-color css
<style>
a { background-color: #AC0FB1; }
a { background-color: rgb(172,15,177); }
div.DivClassName
{
background-color: #AC0FB1;
}
.BgClassName
{
background-color: #AC0FB1;
}
</style>
border-color css
<style>
span { border-color: #AC0FB1; }
span { border-color: rgb(172,15,177); }
td.TdClassName
{
border-color: #AC0FB1;
}
.TagClassName
{
border-color: #AC0FB1;
}
</style>