Shades of Deep Magenta #AC07BB
Tints of Deep Magenta #AC07BB
RGB
CMYK
RGB Variations
Color information
#AC07BB (or 0xAC07BB) is known color: Deep Magenta. HEX triplet: AC, 07 and BB. RGB value is (172,7,187). Sum of RGB (Red+Green+Blue) = 172+7+187=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC07BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC07BB is #53F844. Grayscale: #4C4C4C. Windows color (decimal): -5503045 or 12257196. OLE color: 12257196.
HSL color Cylindrical-coordinate representation of color #AC07BB: hue angle of 295º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC07BB is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 7 | 187 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.27 |
| HSL | 295º | 0.93% | 0.38% | - |
| HSV(B) | 295º | 0.96% | 0.73% | - |
| XYZ | 26.06 | 12.51 | 48.06 | - |
| YUV | 76.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 187 | 0.08 | 0.96 | 0 | 0.27 | 295 | 0.93 | 0.38 |
| Hex | AC | 7 | BB | 8 | 60 | 0 | 1B | 127 | 5D | 26 |
| Octal | 254 | 7 | 273 | 10 | 140 | 0 | 33 | 447 | 135 | 46 |
| Binary | 10101100 | 111 | 10111011 | 1000 | 1100000 | 0 | 11011 | 100100111 | 1011101 | 100110 |
Color Harmonies of #AC07BB
Complementary color
Monochromatic Colors of #AC07BB
Black with #AC07BB
Text Example
Text Example
White with #AC07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC07BB; }
p { color: rgb(172,7,187); }
H1.HeaderClassName
{
color: #AC07BB;
}
.AnyTagClassName
{
color: #AC07BB;
}
</style>
background-color css
<style>
a { background-color: #AC07BB; }
a { background-color: rgb(172,7,187); }
div.DivClassName
{
background-color: #AC07BB;
}
.BgClassName
{
background-color: #AC07BB;
}
</style>
border-color css
<style>
span { border-color: #AC07BB; }
span { border-color: rgb(172,7,187); }
td.TdClassName
{
border-color: #AC07BB;
}
.TagClassName
{
border-color: #AC07BB;
}
</style>