Shades of Deep Magenta #AC0AAB
Tints of Deep Magenta #AC0AAB
RGB
CMYK
RGB Variations
Color information
#AC0AAB (or 0xAC0AAB) is known color: Deep Magenta. HEX triplet: AC, 0A and AB. RGB value is (172,10,171). Sum of RGB (Red+Green+Blue) = 172+10+171=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0AAB is #53F554. Grayscale: #4C4C4C. Windows color (decimal): -5502293 or 11209388. OLE color: 11209388.
HSL color Cylindrical-coordinate representation of color #AC0AAB: hue angle of 300.37º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0AAB is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 171 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.33 |
| HSL | 300.37º | 0.89% | 0.36% | - |
| HSV(B) | 300.37º | 0.94% | 0.67% | - |
| XYZ | 24.47 | 11.93 | 39.54 | - |
| YUV | 76.79 | 181.17 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 171 | 0 | 0.94 | 0.01 | 0.33 | 300.37 | 0.89 | 0.36 |
| Hex | AC | A | AB | 0 | 5E | 1 | 21 | 12C | 59 | 24 |
| Octal | 254 | 12 | 253 | 0 | 136 | 1 | 41 | 454 | 131 | 44 |
| Binary | 10101100 | 1010 | 10101011 | 0 | 1011110 | 1 | 100001 | 100101100 | 1011001 | 100100 |
Color Harmonies of #AC0AAB
Complementary color
Monochromatic Colors of #AC0AAB
Black with #AC0AAB
Text Example
Text Example
White with #AC0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0AAB; }
p { color: rgb(172,10,171); }
H1.HeaderClassName
{
color: #AC0AAB;
}
.AnyTagClassName
{
color: #AC0AAB;
}
</style>
background-color css
<style>
a { background-color: #AC0AAB; }
a { background-color: rgb(172,10,171); }
div.DivClassName
{
background-color: #AC0AAB;
}
.BgClassName
{
background-color: #AC0AAB;
}
</style>
border-color css
<style>
span { border-color: #AC0AAB; }
span { border-color: rgb(172,10,171); }
td.TdClassName
{
border-color: #AC0AAB;
}
.TagClassName
{
border-color: #AC0AAB;
}
</style>