Shades of Deep Magenta #AC16B8
Tints of Deep Magenta #AC16B8
RGB
CMYK
RGB Variations
Color information
#AC16B8 (or 0xAC16B8) is known color: Deep Magenta. HEX triplet: AC, 16 and B8. RGB value is (172,22,184). Sum of RGB (Red+Green+Blue) = 172+22+184=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC16B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16B8 is #53E947. Grayscale: #545454. Windows color (decimal): -5499208 or 12064428. OLE color: 12064428.
HSL color Cylindrical-coordinate representation of color #AC16B8: hue angle of 295.56º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC16B8 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 22 | 184 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.28 |
| HSL | 295.56º | 0.79% | 0.4% | - |
| HSV(B) | 295.56º | 0.88% | 0.72% | - |
| XYZ | 25.95 | 12.81 | 46.45 | - |
| YUV | 85.32 | 183.7 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 184 | 0.07 | 0.88 | 0 | 0.28 | 295.56 | 0.79 | 0.4 |
| Hex | AC | 16 | B8 | 7 | 58 | 0 | 1C | 128 | 4F | 28 |
| Octal | 254 | 26 | 270 | 7 | 130 | 0 | 34 | 450 | 117 | 50 |
| Binary | 10101100 | 10110 | 10111000 | 111 | 1011000 | 0 | 11100 | 100101000 | 1001111 | 101000 |
Color Harmonies of #AC16B8
Complementary color
Monochromatic Colors of #AC16B8
Black with #AC16B8
Text Example
Text Example
White with #AC16B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC16B8; }
p { color: rgb(172,22,184); }
H1.HeaderClassName
{
color: #AC16B8;
}
.AnyTagClassName
{
color: #AC16B8;
}
</style>
background-color css
<style>
a { background-color: #AC16B8; }
a { background-color: rgb(172,22,184); }
div.DivClassName
{
background-color: #AC16B8;
}
.BgClassName
{
background-color: #AC16B8;
}
</style>
border-color css
<style>
span { border-color: #AC16B8; }
span { border-color: rgb(172,22,184); }
td.TdClassName
{
border-color: #AC16B8;
}
.TagClassName
{
border-color: #AC16B8;
}
</style>