Shades of Deep Magenta #AC13BB
Tints of Deep Magenta #AC13BB
RGB
CMYK
RGB Variations
Color information
#AC13BB (or 0xAC13BB) is known color: Deep Magenta. HEX triplet: AC, 13 and BB. RGB value is (172,19,187). Sum of RGB (Red+Green+Blue) = 172+19+187=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC13BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC13BB is #53EC44. Grayscale: #535353. Windows color (decimal): -5499973 or 12260268. OLE color: 12260268.
HSL color Cylindrical-coordinate representation of color #AC13BB: hue angle of 294.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC13BB is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 19 | 187 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.27 |
| HSL | 294.64º | 0.82% | 0.4% | - |
| HSV(B) | 294.64º | 0.9% | 0.73% | - |
| XYZ | 26.22 | 12.82 | 48.11 | - |
| YUV | 83.9 | 186.19 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 187 | 0.08 | 0.90 | 0 | 0.27 | 294.64 | 0.82 | 0.4 |
| Hex | AC | 13 | BB | 8 | 5A | 0 | 1B | 127 | 52 | 28 |
| Octal | 254 | 23 | 273 | 10 | 132 | 0 | 33 | 447 | 122 | 50 |
| Binary | 10101100 | 10011 | 10111011 | 1000 | 1011010 | 0 | 11011 | 100100111 | 1010010 | 101000 |
Color Harmonies of #AC13BB
Complementary color
Monochromatic Colors of #AC13BB
Black with #AC13BB
Text Example
Text Example
White with #AC13BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC13BB; }
p { color: rgb(172,19,187); }
H1.HeaderClassName
{
color: #AC13BB;
}
.AnyTagClassName
{
color: #AC13BB;
}
</style>
background-color css
<style>
a { background-color: #AC13BB; }
a { background-color: rgb(172,19,187); }
div.DivClassName
{
background-color: #AC13BB;
}
.BgClassName
{
background-color: #AC13BB;
}
</style>
border-color css
<style>
span { border-color: #AC13BB; }
span { border-color: rgb(172,19,187); }
td.TdClassName
{
border-color: #AC13BB;
}
.TagClassName
{
border-color: #AC13BB;
}
</style>