Shades of Deep Magenta #AC00B4
Tints of Deep Magenta #AC00B4
RGB
CMYK
RGB Variations
Color information
#AC00B4 (or 0xAC00B4) is known color: Deep Magenta. HEX triplet: AC, 00 and B4. RGB value is (172,0,180). Sum of RGB (Red+Green+Blue) = 172+0+180=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 180 (70.70% from 255 or 51.14% from 352); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC00B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC00B4 is #53FF4B. Grayscale: #474747. Windows color (decimal): -5504844 or 11796652. OLE color: 11796652.
HSL color Cylindrical-coordinate representation of color #AC00B4: hue angle of 297.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00B4 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 0 | 180 | - |
| CMYK | 0.04 | 1 | 0 | 0.29 |
| HSL | 297.33º | 1% | 0.35% | - |
| HSV(B) | 297.33º | 1% | 0.71% | - |
| XYZ | 25.25 | 12.07 | 44.18 | - |
| YUV | 71.95 | 188.98 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 180 | 0.04 | 1 | 0 | 0.29 | 297.33 | 1 | 0.35 |
| Hex | AC | 0 | B4 | 4 | 64 | 0 | 1D | 129 | 64 | 23 |
| Octal | 254 | 0 | 264 | 4 | 144 | 0 | 35 | 451 | 144 | 43 |
| Binary | 10101100 | 0 | 10110100 | 100 | 1100100 | 0 | 11101 | 100101001 | 1100100 | 100011 |
Color Harmonies of #AC00B4
Complementary color
Monochromatic Colors of #AC00B4
Black with #AC00B4
Text Example
Text Example
White with #AC00B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00B4; }
p { color: rgb(172,0,180); }
H1.HeaderClassName
{
color: #AC00B4;
}
.AnyTagClassName
{
color: #AC00B4;
}
</style>
background-color css
<style>
a { background-color: #AC00B4; }
a { background-color: rgb(172,0,180); }
div.DivClassName
{
background-color: #AC00B4;
}
.BgClassName
{
background-color: #AC00B4;
}
</style>
border-color css
<style>
span { border-color: #AC00B4; }
span { border-color: rgb(172,0,180); }
td.TdClassName
{
border-color: #AC00B4;
}
.TagClassName
{
border-color: #AC00B4;
}
</style>