Shades of Deep Magenta #AC01BB
Tints of Deep Magenta #AC01BB
RGB
CMYK
RGB Variations
Color information
#AC01BB (or 0xAC01BB) is known color: Deep Magenta. HEX triplet: AC, 01 and BB. RGB value is (172,1,187). Sum of RGB (Red+Green+Blue) = 172+1+187=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC01BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC01BB is #53FE44. Grayscale: #484848. Windows color (decimal): -5504581 or 12255660. OLE color: 12255660.
HSL color Cylindrical-coordinate representation of color #AC01BB: hue angle of 295.16º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC01BB is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 1 | 187 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.27 |
| HSL | 295.16º | 0.99% | 0.37% | - |
| HSV(B) | 295.16º | 0.99% | 0.73% | - |
| XYZ | 25.99 | 12.38 | 48.03 | - |
| YUV | 73.33 | 192.15 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 187 | 0.08 | 0.99 | 0 | 0.27 | 295.16 | 0.99 | 0.37 |
| Hex | AC | 1 | BB | 8 | 63 | 0 | 1B | 127 | 63 | 25 |
| Octal | 254 | 1 | 273 | 10 | 143 | 0 | 33 | 447 | 143 | 45 |
| Binary | 10101100 | 1 | 10111011 | 1000 | 1100011 | 0 | 11011 | 100100111 | 1100011 | 100101 |
Color Harmonies of #AC01BB
Complementary color
Monochromatic Colors of #AC01BB
Black with #AC01BB
Text Example
Text Example
White with #AC01BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01BB; }
p { color: rgb(172,1,187); }
H1.HeaderClassName
{
color: #AC01BB;
}
.AnyTagClassName
{
color: #AC01BB;
}
</style>
background-color css
<style>
a { background-color: #AC01BB; }
a { background-color: rgb(172,1,187); }
div.DivClassName
{
background-color: #AC01BB;
}
.BgClassName
{
background-color: #AC01BB;
}
</style>
border-color css
<style>
span { border-color: #AC01BB; }
span { border-color: rgb(172,1,187); }
td.TdClassName
{
border-color: #AC01BB;
}
.TagClassName
{
border-color: #AC01BB;
}
</style>