Shades of Deep Magenta #AC11B8
Tints of Deep Magenta #AC11B8
RGB
CMYK
RGB Variations
Color information
#AC11B8 (or 0xAC11B8) is known color: Deep Magenta. HEX triplet: AC, 11 and B8. RGB value is (172,17,184). Sum of RGB (Red+Green+Blue) = 172+17+184=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC11B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11B8 is #53EE47. Grayscale: #515151. Windows color (decimal): -5500488 or 12063148. OLE color: 12063148.
HSL color Cylindrical-coordinate representation of color #AC11B8: hue angle of 295.69º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC11B8 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 17 | 184 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.28 |
| HSL | 295.69º | 0.83% | 0.39% | - |
| HSV(B) | 295.69º | 0.91% | 0.72% | - |
| XYZ | 25.87 | 12.63 | 46.42 | - |
| YUV | 82.38 | 185.35 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 184 | 0.07 | 0.91 | 0 | 0.28 | 295.69 | 0.83 | 0.39 |
| Hex | AC | 11 | B8 | 7 | 5B | 0 | 1C | 128 | 53 | 27 |
| Octal | 254 | 21 | 270 | 7 | 133 | 0 | 34 | 450 | 123 | 47 |
| Binary | 10101100 | 10001 | 10111000 | 111 | 1011011 | 0 | 11100 | 100101000 | 1010011 | 100111 |
Color Harmonies of #AC11B8
Complementary color
Monochromatic Colors of #AC11B8
Black with #AC11B8
Text Example
Text Example
White with #AC11B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11B8; }
p { color: rgb(172,17,184); }
H1.HeaderClassName
{
color: #AC11B8;
}
.AnyTagClassName
{
color: #AC11B8;
}
</style>
background-color css
<style>
a { background-color: #AC11B8; }
a { background-color: rgb(172,17,184); }
div.DivClassName
{
background-color: #AC11B8;
}
.BgClassName
{
background-color: #AC11B8;
}
</style>
border-color css
<style>
span { border-color: #AC11B8; }
span { border-color: rgb(172,17,184); }
td.TdClassName
{
border-color: #AC11B8;
}
.TagClassName
{
border-color: #AC11B8;
}
</style>