Shades of Deep Magenta #AC13AB
Tints of Deep Magenta #AC13AB
RGB
CMYK
RGB Variations
Color information
#AC13AB (or 0xAC13AB) is known color: Deep Magenta. HEX triplet: AC, 13 and AB. RGB value is (172,19,171). Sum of RGB (Red+Green+Blue) = 172+19+171=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC13AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC13AB is #53EC54. Grayscale: #515151. Windows color (decimal): -5499989 or 11211692. OLE color: 11211692.
HSL color Cylindrical-coordinate representation of color #AC13AB: hue angle of 300.39º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC13AB is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 171 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.33 |
| HSL | 300.39º | 0.8% | 0.37% | - |
| HSV(B) | 300.39º | 0.89% | 0.67% | - |
| XYZ | 24.6 | 12.18 | 39.58 | - |
| YUV | 82.08 | 178.19 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 171 | 0 | 0.89 | 0.01 | 0.33 | 300.39 | 0.8 | 0.37 |
| Hex | AC | 13 | AB | 0 | 59 | 1 | 21 | 12C | 50 | 25 |
| Octal | 254 | 23 | 253 | 0 | 131 | 1 | 41 | 454 | 120 | 45 |
| Binary | 10101100 | 10011 | 10101011 | 0 | 1011001 | 1 | 100001 | 100101100 | 1010000 | 100101 |
Color Harmonies of #AC13AB
Complementary color
Monochromatic Colors of #AC13AB
Black with #AC13AB
Text Example
Text Example
White with #AC13AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC13AB; }
p { color: rgb(172,19,171); }
H1.HeaderClassName
{
color: #AC13AB;
}
.AnyTagClassName
{
color: #AC13AB;
}
</style>
background-color css
<style>
a { background-color: #AC13AB; }
a { background-color: rgb(172,19,171); }
div.DivClassName
{
background-color: #AC13AB;
}
.BgClassName
{
background-color: #AC13AB;
}
</style>
border-color css
<style>
span { border-color: #AC13AB; }
span { border-color: rgb(172,19,171); }
td.TdClassName
{
border-color: #AC13AB;
}
.TagClassName
{
border-color: #AC13AB;
}
</style>