Shades of Deep Magenta #AC01AC
Tints of Deep Magenta #AC01AC
RGB
CMYK
RGB Variations
Color information
#AC01AC (or 0xAC01AC) is known color: Deep Magenta. HEX triplet: AC, 01 and AC. RGB value is (172,1,172). Sum of RGB (Red+Green+Blue) = 172+1+172=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC01AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC01AC is #53FE53. Grayscale: #474747. Windows color (decimal): -5504596 or 11272620. OLE color: 11272620.
HSL color Cylindrical-coordinate representation of color #AC01AC: hue angle of 300º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC01AC is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 172 | - |
| CMYK | 0 | 0.99 | 0 | 0.33 |
| HSL | 300º | 0.99% | 0.34% | - |
| HSV(B) | 300º | 0.99% | 0.67% | - |
| XYZ | 24.47 | 11.77 | 40.01 | - |
| YUV | 71.62 | 184.65 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 172 | 0 | 0.99 | 0 | 0.33 | 300 | 0.99 | 0.34 |
| Hex | AC | 1 | AC | 0 | 63 | 0 | 21 | 12C | 63 | 22 |
| Octal | 254 | 1 | 254 | 0 | 143 | 0 | 41 | 454 | 143 | 42 |
| Binary | 10101100 | 1 | 10101100 | 0 | 1100011 | 0 | 100001 | 100101100 | 1100011 | 100010 |
Color Harmonies of #AC01AC
Complementary color
Monochromatic Colors of #AC01AC
Black with #AC01AC
Text Example
Text Example
White with #AC01AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01AC; }
p { color: rgb(172,1,172); }
H1.HeaderClassName
{
color: #AC01AC;
}
.AnyTagClassName
{
color: #AC01AC;
}
</style>
background-color css
<style>
a { background-color: #AC01AC; }
a { background-color: rgb(172,1,172); }
div.DivClassName
{
background-color: #AC01AC;
}
.BgClassName
{
background-color: #AC01AC;
}
</style>
border-color css
<style>
span { border-color: #AC01AC; }
span { border-color: rgb(172,1,172); }
td.TdClassName
{
border-color: #AC01AC;
}
.TagClassName
{
border-color: #AC01AC;
}
</style>