Shades of Deep Magenta #AC00B8
Tints of Deep Magenta #AC00B8
RGB
CMYK
RGB Variations
Color information
#AC00B8 (or 0xAC00B8) is known color: Deep Magenta. HEX triplet: AC, 00 and B8. RGB value is (172,0,184). Sum of RGB (Red+Green+Blue) = 172+0+184=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC00B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00B8 is #53FF47. Grayscale: #474747. Windows color (decimal): -5504840 or 12058796. OLE color: 12058796.
HSL color Cylindrical-coordinate representation of color #AC00B8: hue angle of 296.09º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00B8 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 0 | 184 | - |
| CMYK | 0.07 | 1 | 0 | 0.28 |
| HSL | 296.09º | 1% | 0.36% | - |
| HSV(B) | 296.09º | 1% | 0.72% | - |
| XYZ | 25.66 | 12.23 | 46.36 | - |
| YUV | 72.4 | 190.98 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 184 | 0.07 | 1 | 0 | 0.28 | 296.09 | 1 | 0.36 |
| Hex | AC | 0 | B8 | 7 | 64 | 0 | 1C | 128 | 64 | 24 |
| Octal | 254 | 0 | 270 | 7 | 144 | 0 | 34 | 450 | 144 | 44 |
| Binary | 10101100 | 0 | 10111000 | 111 | 1100100 | 0 | 11100 | 100101000 | 1100100 | 100100 |
Color Harmonies of #AC00B8
Complementary color
Monochromatic Colors of #AC00B8
Black with #AC00B8
Text Example
Text Example
White with #AC00B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00B8; }
p { color: rgb(172,0,184); }
H1.HeaderClassName
{
color: #AC00B8;
}
.AnyTagClassName
{
color: #AC00B8;
}
</style>
background-color css
<style>
a { background-color: #AC00B8; }
a { background-color: rgb(172,0,184); }
div.DivClassName
{
background-color: #AC00B8;
}
.BgClassName
{
background-color: #AC00B8;
}
</style>
border-color css
<style>
span { border-color: #AC00B8; }
span { border-color: rgb(172,0,184); }
td.TdClassName
{
border-color: #AC00B8;
}
.TagClassName
{
border-color: #AC00B8;
}
</style>