Shades of Deep Magenta #AC00AB
Tints of Deep Magenta #AC00AB
RGB
CMYK
RGB Variations
Color information
#AC00AB (or 0xAC00AB) is known color: Deep Magenta. HEX triplet: AC, 00 and AB. RGB value is (172,0,171). Sum of RGB (Red+Green+Blue) = 172+0+171=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC00AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC00AB is #53FF54. Grayscale: #464646. Windows color (decimal): -5504853 or 11206828. OLE color: 11206828.
HSL color Cylindrical-coordinate representation of color #AC00AB: hue angle of 300.35º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00AB is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.01 | 0.33 |
| HSL | 300.35º | 1% | 0.34% | - |
| HSV(B) | 300.35º | 1% | 0.67% | - |
| XYZ | 24.36 | 11.71 | 39.5 | - |
| YUV | 70.92 | 184.48 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 171 | 0 | 1 | 0.01 | 0.33 | 300.35 | 1 | 0.34 |
| Hex | AC | 0 | AB | 0 | 64 | 1 | 21 | 12C | 64 | 22 |
| Octal | 254 | 0 | 253 | 0 | 144 | 1 | 41 | 454 | 144 | 42 |
| Binary | 10101100 | 0 | 10101011 | 0 | 1100100 | 1 | 100001 | 100101100 | 1100100 | 100010 |
Color Harmonies of #AC00AB
Complementary color
Monochromatic Colors of #AC00AB
Black with #AC00AB
Text Example
Text Example
White with #AC00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00AB; }
p { color: rgb(172,0,171); }
H1.HeaderClassName
{
color: #AC00AB;
}
.AnyTagClassName
{
color: #AC00AB;
}
</style>
background-color css
<style>
a { background-color: #AC00AB; }
a { background-color: rgb(172,0,171); }
div.DivClassName
{
background-color: #AC00AB;
}
.BgClassName
{
background-color: #AC00AB;
}
</style>
border-color css
<style>
span { border-color: #AC00AB; }
span { border-color: rgb(172,0,171); }
td.TdClassName
{
border-color: #AC00AB;
}
.TagClassName
{
border-color: #AC00AB;
}
</style>