Shades of Deep Magenta #AC04AB
Tints of Deep Magenta #AC04AB
RGB
CMYK
RGB Variations
Color information
#AC04AB (or 0xAC04AB) is known color: Deep Magenta. HEX triplet: AC, 04 and AB. RGB value is (172,4,171). Sum of RGB (Red+Green+Blue) = 172+4+171=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC04AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC04AB is #53FB54. Grayscale: #484848. Windows color (decimal): -5503829 or 11207852. OLE color: 11207852.
HSL color Cylindrical-coordinate representation of color #AC04AB: hue angle of 300.36º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC04AB is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 171 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.33 |
| HSL | 300.36º | 0.95% | 0.35% | - |
| HSV(B) | 300.36º | 0.98% | 0.67% | - |
| XYZ | 24.41 | 11.8 | 39.52 | - |
| YUV | 73.27 | 183.16 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 171 | 0 | 0.98 | 0.01 | 0.33 | 300.36 | 0.95 | 0.35 |
| Hex | AC | 4 | AB | 0 | 62 | 1 | 21 | 12C | 5F | 23 |
| Octal | 254 | 4 | 253 | 0 | 142 | 1 | 41 | 454 | 137 | 43 |
| Binary | 10101100 | 100 | 10101011 | 0 | 1100010 | 1 | 100001 | 100101100 | 1011111 | 100011 |
Color Harmonies of #AC04AB
Complementary color
Monochromatic Colors of #AC04AB
Black with #AC04AB
Text Example
Text Example
White with #AC04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC04AB; }
p { color: rgb(172,4,171); }
H1.HeaderClassName
{
color: #AC04AB;
}
.AnyTagClassName
{
color: #AC04AB;
}
</style>
background-color css
<style>
a { background-color: #AC04AB; }
a { background-color: rgb(172,4,171); }
div.DivClassName
{
background-color: #AC04AB;
}
.BgClassName
{
background-color: #AC04AB;
}
</style>
border-color css
<style>
span { border-color: #AC04AB; }
span { border-color: rgb(172,4,171); }
td.TdClassName
{
border-color: #AC04AB;
}
.TagClassName
{
border-color: #AC04AB;
}
</style>