Shades of Dark Magenta #AC01A1
Tints of Dark Magenta #AC01A1
RGB
CMYK
RGB Variations
Color information
#AC01A1 (or 0xAC01A1) is known color: Dark Magenta. HEX triplet: AC, 01 and A1. RGB value is (172,1,161). Sum of RGB (Red+Green+Blue) = 172+1+161=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 161 (63.28% from 255 or 48.20% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC01A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC01A1 is #53FE5E. Grayscale: #454545. Windows color (decimal): -5504607 or 10551724. OLE color: 10551724.
HSL color Cylindrical-coordinate representation of color #AC01A1: hue angle of 303.86º 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 #AC01A1 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 161 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.33 |
| HSL | 303.86º | 0.99% | 0.34% | - |
| HSV(B) | 303.86º | 0.99% | 0.67% | - |
| XYZ | 23.46 | 11.37 | 34.68 | - |
| YUV | 70.37 | 179.15 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 161 | 0 | 0.99 | 0.06 | 0.33 | 303.86 | 0.99 | 0.34 |
| Hex | AC | 1 | A1 | 0 | 63 | 6 | 21 | 130 | 63 | 22 |
| Octal | 254 | 1 | 241 | 0 | 143 | 6 | 41 | 460 | 143 | 42 |
| Binary | 10101100 | 1 | 10100001 | 0 | 1100011 | 110 | 100001 | 100110000 | 1100011 | 100010 |
Color Harmonies of #AC01A1
Complementary color
Monochromatic Colors of #AC01A1
Black with #AC01A1
Text Example
Text Example
White with #AC01A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01A1; }
p { color: rgb(172,1,161); }
H1.HeaderClassName
{
color: #AC01A1;
}
.AnyTagClassName
{
color: #AC01A1;
}
</style>
background-color css
<style>
a { background-color: #AC01A1; }
a { background-color: rgb(172,1,161); }
div.DivClassName
{
background-color: #AC01A1;
}
.BgClassName
{
background-color: #AC01A1;
}
</style>
border-color css
<style>
span { border-color: #AC01A1; }
span { border-color: rgb(172,1,161); }
td.TdClassName
{
border-color: #AC01A1;
}
.TagClassName
{
border-color: #AC01A1;
}
</style>