Shades of Deep Magenta #AC11B2
Tints of Deep Magenta #AC11B2
RGB
CMYK
RGB Variations
Color information
#AC11B2 (or 0xAC11B2) is known color: Deep Magenta. HEX triplet: AC, 11 and B2. RGB value is (172,17,178). Sum of RGB (Red+Green+Blue) = 172+17+178=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC11B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC11B2 is #53EE4D. Grayscale: #515151. Windows color (decimal): -5500494 or 11669932. OLE color: 11669932.
HSL color Cylindrical-coordinate representation of color #AC11B2: hue angle of 297.76º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC11B2 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 17 | 178 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.30 |
| HSL | 297.76º | 0.83% | 0.38% | - |
| HSV(B) | 297.76º | 0.9% | 0.7% | - |
| XYZ | 25.25 | 12.39 | 43.18 | - |
| YUV | 81.7 | 182.35 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 178 | 0.03 | 0.90 | 0 | 0.30 | 297.76 | 0.83 | 0.38 |
| Hex | AC | 11 | B2 | 3 | 5A | 0 | 1E | 12A | 53 | 26 |
| Octal | 254 | 21 | 262 | 3 | 132 | 0 | 36 | 452 | 123 | 46 |
| Binary | 10101100 | 10001 | 10110010 | 11 | 1011010 | 0 | 11110 | 100101010 | 1010011 | 100110 |
Color Harmonies of #AC11B2
Complementary color
Monochromatic Colors of #AC11B2
Black with #AC11B2
Text Example
Text Example
White with #AC11B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11B2; }
p { color: rgb(172,17,178); }
H1.HeaderClassName
{
color: #AC11B2;
}
.AnyTagClassName
{
color: #AC11B2;
}
</style>
background-color css
<style>
a { background-color: #AC11B2; }
a { background-color: rgb(172,17,178); }
div.DivClassName
{
background-color: #AC11B2;
}
.BgClassName
{
background-color: #AC11B2;
}
</style>
border-color css
<style>
span { border-color: #AC11B2; }
span { border-color: rgb(172,17,178); }
td.TdClassName
{
border-color: #AC11B2;
}
.TagClassName
{
border-color: #AC11B2;
}
</style>