Shades of Deep Magenta #AC07BC
Tints of Deep Magenta #AC07BC
RGB
CMYK
RGB Variations
Color information
#AC07BC (or 0xAC07BC) is known color: Deep Magenta. HEX triplet: AC, 07 and BC. RGB value is (172,7,188). Sum of RGB (Red+Green+Blue) = 172+7+188=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC07BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC07BC is #53F843. Grayscale: #4C4C4C. Windows color (decimal): -5503044 or 12322732. OLE color: 12322732.
HSL color Cylindrical-coordinate representation of color #AC07BC: hue angle of 294.7º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC07BC is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 7 | 188 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.26 |
| HSL | 294.7º | 0.93% | 0.38% | - |
| HSV(B) | 294.7º | 0.96% | 0.74% | - |
| XYZ | 26.17 | 12.55 | 48.62 | - |
| YUV | 76.97 | 190.66 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 188 | 0.09 | 0.96 | 0 | 0.26 | 294.7 | 0.93 | 0.38 |
| Hex | AC | 7 | BC | 9 | 60 | 0 | 1A | 127 | 5D | 26 |
| Octal | 254 | 7 | 274 | 11 | 140 | 0 | 32 | 447 | 135 | 46 |
| Binary | 10101100 | 111 | 10111100 | 1001 | 1100000 | 0 | 11010 | 100100111 | 1011101 | 100110 |
Color Harmonies of #AC07BC
Complementary color
Monochromatic Colors of #AC07BC
Black with #AC07BC
Text Example
Text Example
White with #AC07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC07BC; }
p { color: rgb(172,7,188); }
H1.HeaderClassName
{
color: #AC07BC;
}
.AnyTagClassName
{
color: #AC07BC;
}
</style>
background-color css
<style>
a { background-color: #AC07BC; }
a { background-color: rgb(172,7,188); }
div.DivClassName
{
background-color: #AC07BC;
}
.BgClassName
{
background-color: #AC07BC;
}
</style>
border-color css
<style>
span { border-color: #AC07BC; }
span { border-color: rgb(172,7,188); }
td.TdClassName
{
border-color: #AC07BC;
}
.TagClassName
{
border-color: #AC07BC;
}
</style>