Shades of Deep Magenta #AC0DBB
Tints of Deep Magenta #AC0DBB
RGB
CMYK
RGB Variations
Color information
#AC0DBB (or 0xAC0DBB) is known color: Deep Magenta. HEX triplet: AC, 0D and BB. RGB value is (172,13,187). Sum of RGB (Red+Green+Blue) = 172+13+187=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC0DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0DBB is #53F244. Grayscale: #4F4F4F. Windows color (decimal): -5501509 or 12258732. OLE color: 12258732.
HSL color Cylindrical-coordinate representation of color #AC0DBB: hue angle of 294.83º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0DBB is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 13 | 187 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.27 |
| HSL | 294.83º | 0.87% | 0.39% | - |
| HSV(B) | 294.83º | 0.93% | 0.73% | - |
| XYZ | 26.13 | 12.65 | 48.08 | - |
| YUV | 80.38 | 188.18 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 187 | 0.08 | 0.93 | 0 | 0.27 | 294.83 | 0.87 | 0.39 |
| Hex | AC | D | BB | 8 | 5D | 0 | 1B | 127 | 57 | 27 |
| Octal | 254 | 15 | 273 | 10 | 135 | 0 | 33 | 447 | 127 | 47 |
| Binary | 10101100 | 1101 | 10111011 | 1000 | 1011101 | 0 | 11011 | 100100111 | 1010111 | 100111 |
Color Harmonies of #AC0DBB
Complementary color
Monochromatic Colors of #AC0DBB
Black with #AC0DBB
Text Example
Text Example
White with #AC0DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0DBB; }
p { color: rgb(172,13,187); }
H1.HeaderClassName
{
color: #AC0DBB;
}
.AnyTagClassName
{
color: #AC0DBB;
}
</style>
background-color css
<style>
a { background-color: #AC0DBB; }
a { background-color: rgb(172,13,187); }
div.DivClassName
{
background-color: #AC0DBB;
}
.BgClassName
{
background-color: #AC0DBB;
}
</style>
border-color css
<style>
span { border-color: #AC0DBB; }
span { border-color: rgb(172,13,187); }
td.TdClassName
{
border-color: #AC0DBB;
}
.TagClassName
{
border-color: #AC0DBB;
}
</style>