Shades of Deep Magenta #AC0BBC
Tints of Deep Magenta #AC0BBC
RGB
CMYK
RGB Variations
Color information
#AC0BBC (or 0xAC0BBC) is known color: Deep Magenta. HEX triplet: AC, 0B and BC. RGB value is (172,11,188). Sum of RGB (Red+Green+Blue) = 172+11+188=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC0BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0BBC is #53F443. Grayscale: #4E4E4E. Windows color (decimal): -5502020 or 12323756. OLE color: 12323756.
HSL color Cylindrical-coordinate representation of color #AC0BBC: hue angle of 294.58º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0BBC is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 11 | 188 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.26 |
| HSL | 294.58º | 0.89% | 0.39% | - |
| HSV(B) | 294.58º | 0.94% | 0.74% | - |
| XYZ | 26.21 | 12.64 | 48.64 | - |
| YUV | 79.32 | 189.34 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 188 | 0.09 | 0.94 | 0 | 0.26 | 294.58 | 0.89 | 0.39 |
| Hex | AC | B | BC | 9 | 5E | 0 | 1A | 127 | 59 | 27 |
| Octal | 254 | 13 | 274 | 11 | 136 | 0 | 32 | 447 | 131 | 47 |
| Binary | 10101100 | 1011 | 10111100 | 1001 | 1011110 | 0 | 11010 | 100100111 | 1011001 | 100111 |
Color Harmonies of #AC0BBC
Complementary color
Monochromatic Colors of #AC0BBC
Black with #AC0BBC
Text Example
Text Example
White with #AC0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0BBC; }
p { color: rgb(172,11,188); }
H1.HeaderClassName
{
color: #AC0BBC;
}
.AnyTagClassName
{
color: #AC0BBC;
}
</style>
background-color css
<style>
a { background-color: #AC0BBC; }
a { background-color: rgb(172,11,188); }
div.DivClassName
{
background-color: #AC0BBC;
}
.BgClassName
{
background-color: #AC0BBC;
}
</style>
border-color css
<style>
span { border-color: #AC0BBC; }
span { border-color: rgb(172,11,188); }
td.TdClassName
{
border-color: #AC0BBC;
}
.TagClassName
{
border-color: #AC0BBC;
}
</style>