Shades of Deep Magenta #AC00BB
Tints of Deep Magenta #AC00BB
RGB
CMYK
RGB Variations
Color information
#AC00BB (or 0xAC00BB) is known color: Deep Magenta. HEX triplet: AC, 00 and BB. RGB value is (172,0,187). Sum of RGB (Red+Green+Blue) = 172+0+187=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC00BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00BB is #53FF44. Grayscale: #484848. Windows color (decimal): -5504837 or 12255404. OLE color: 12255404.
HSL color Cylindrical-coordinate representation of color #AC00BB: hue angle of 295.19º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00BB is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 0 | 187 | - |
| CMYK | 0.08 | 1 | 0 | 0.27 |
| HSL | 295.19º | 1% | 0.37% | - |
| HSV(B) | 295.19º | 1% | 0.73% | - |
| XYZ | 25.98 | 12.36 | 48.03 | - |
| YUV | 72.75 | 192.48 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 187 | 0.08 | 1 | 0 | 0.27 | 295.19 | 1 | 0.37 |
| Hex | AC | 0 | BB | 8 | 64 | 0 | 1B | 127 | 64 | 25 |
| Octal | 254 | 0 | 273 | 10 | 144 | 0 | 33 | 447 | 144 | 45 |
| Binary | 10101100 | 0 | 10111011 | 1000 | 1100100 | 0 | 11011 | 100100111 | 1100100 | 100101 |
Color Harmonies of #AC00BB
Complementary color
Monochromatic Colors of #AC00BB
Black with #AC00BB
Text Example
Text Example
White with #AC00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00BB; }
p { color: rgb(172,0,187); }
H1.HeaderClassName
{
color: #AC00BB;
}
.AnyTagClassName
{
color: #AC00BB;
}
</style>
background-color css
<style>
a { background-color: #AC00BB; }
a { background-color: rgb(172,0,187); }
div.DivClassName
{
background-color: #AC00BB;
}
.BgClassName
{
background-color: #AC00BB;
}
</style>
border-color css
<style>
span { border-color: #AC00BB; }
span { border-color: rgb(172,0,187); }
td.TdClassName
{
border-color: #AC00BB;
}
.TagClassName
{
border-color: #AC00BB;
}
</style>