Shades of Deep Magenta #AC13BC
Tints of Deep Magenta #AC13BC
RGB
CMYK
RGB Variations
Color information
#AC13BC (or 0xAC13BC) is known color: Deep Magenta. HEX triplet: AC, 13 and BC. RGB value is (172,19,188). Sum of RGB (Red+Green+Blue) = 172+19+188=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC13BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC13BC is #53EC43. Grayscale: #535353. Windows color (decimal): -5499972 or 12325804. OLE color: 12325804.
HSL color Cylindrical-coordinate representation of color #AC13BC: hue angle of 294.32º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC13BC is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 19 | 188 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.26 |
| HSL | 294.32º | 0.82% | 0.41% | - |
| HSV(B) | 294.32º | 0.9% | 0.74% | - |
| XYZ | 26.32 | 12.87 | 48.67 | - |
| YUV | 84.01 | 186.69 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 188 | 0.09 | 0.90 | 0 | 0.26 | 294.32 | 0.82 | 0.41 |
| Hex | AC | 13 | BC | 9 | 5A | 0 | 1A | 126 | 52 | 29 |
| Octal | 254 | 23 | 274 | 11 | 132 | 0 | 32 | 446 | 122 | 51 |
| Binary | 10101100 | 10011 | 10111100 | 1001 | 1011010 | 0 | 11010 | 100100110 | 1010010 | 101001 |
Color Harmonies of #AC13BC
Complementary color
Monochromatic Colors of #AC13BC
Black with #AC13BC
Text Example
Text Example
White with #AC13BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC13BC; }
p { color: rgb(172,19,188); }
H1.HeaderClassName
{
color: #AC13BC;
}
.AnyTagClassName
{
color: #AC13BC;
}
</style>
background-color css
<style>
a { background-color: #AC13BC; }
a { background-color: rgb(172,19,188); }
div.DivClassName
{
background-color: #AC13BC;
}
.BgClassName
{
background-color: #AC13BC;
}
</style>
border-color css
<style>
span { border-color: #AC13BC; }
span { border-color: rgb(172,19,188); }
td.TdClassName
{
border-color: #AC13BC;
}
.TagClassName
{
border-color: #AC13BC;
}
</style>