Shades of Deep Magenta #AC0DB6
Tints of Deep Magenta #AC0DB6
RGB
CMYK
RGB Variations
Color information
#AC0DB6 (or 0xAC0DB6) is known color: Deep Magenta. HEX triplet: AC, 0D and B6. RGB value is (172,13,182). Sum of RGB (Red+Green+Blue) = 172+13+182=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC0DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DB6 is #53F249. Grayscale: #4F4F4F. Windows color (decimal): -5501514 or 11931052. OLE color: 11931052.
HSL color Cylindrical-coordinate representation of color #AC0DB6: hue angle of 296.45º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0DB6 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 13 | 182 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.29 |
| HSL | 296.45º | 0.87% | 0.38% | - |
| HSV(B) | 296.45º | 0.93% | 0.71% | - |
| XYZ | 25.6 | 12.44 | 45.31 | - |
| YUV | 79.81 | 185.68 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 182 | 0.05 | 0.93 | 0 | 0.29 | 296.45 | 0.87 | 0.38 |
| Hex | AC | D | B6 | 5 | 5D | 0 | 1D | 128 | 57 | 26 |
| Octal | 254 | 15 | 266 | 5 | 135 | 0 | 35 | 450 | 127 | 46 |
| Binary | 10101100 | 1101 | 10110110 | 101 | 1011101 | 0 | 11101 | 100101000 | 1010111 | 100110 |
Color Harmonies of #AC0DB6
Complementary color
Monochromatic Colors of #AC0DB6
Black with #AC0DB6
Text Example
Text Example
White with #AC0DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0DB6; }
p { color: rgb(172,13,182); }
H1.HeaderClassName
{
color: #AC0DB6;
}
.AnyTagClassName
{
color: #AC0DB6;
}
</style>
background-color css
<style>
a { background-color: #AC0DB6; }
a { background-color: rgb(172,13,182); }
div.DivClassName
{
background-color: #AC0DB6;
}
.BgClassName
{
background-color: #AC0DB6;
}
</style>
border-color css
<style>
span { border-color: #AC0DB6; }
span { border-color: rgb(172,13,182); }
td.TdClassName
{
border-color: #AC0DB6;
}
.TagClassName
{
border-color: #AC0DB6;
}
</style>