Shades of Dark Magenta #AC01A8
Tints of Dark Magenta #AC01A8
RGB
CMYK
RGB Variations
Color information
#AC01A8 (or 0xAC01A8) is known color: Dark Magenta. HEX triplet: AC, 01 and A8. RGB value is (172,1,168). Sum of RGB (Red+Green+Blue) = 172+1+168=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 168 (66.02% from 255 or 49.27% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC01A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC01A8 is #53FE57. Grayscale: #464646. Windows color (decimal): -5504600 or 11010476. OLE color: 11010476.
HSL color Cylindrical-coordinate representation of color #AC01A8: hue angle of 301.4º 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 #AC01A8 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 168 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.33 |
| HSL | 301.4º | 0.99% | 0.34% | - |
| HSV(B) | 301.4º | 0.99% | 0.67% | - |
| XYZ | 24.09 | 11.62 | 38.02 | - |
| YUV | 71.17 | 182.65 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 168 | 0 | 0.99 | 0.02 | 0.33 | 301.4 | 0.99 | 0.34 |
| Hex | AC | 1 | A8 | 0 | 63 | 2 | 21 | 12D | 63 | 22 |
| Octal | 254 | 1 | 250 | 0 | 143 | 2 | 41 | 455 | 143 | 42 |
| Binary | 10101100 | 1 | 10101000 | 0 | 1100011 | 10 | 100001 | 100101101 | 1100011 | 100010 |
Color Harmonies of #AC01A8
Complementary color
Monochromatic Colors of #AC01A8
Black with #AC01A8
Text Example
Text Example
White with #AC01A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01A8; }
p { color: rgb(172,1,168); }
H1.HeaderClassName
{
color: #AC01A8;
}
.AnyTagClassName
{
color: #AC01A8;
}
</style>
background-color css
<style>
a { background-color: #AC01A8; }
a { background-color: rgb(172,1,168); }
div.DivClassName
{
background-color: #AC01A8;
}
.BgClassName
{
background-color: #AC01A8;
}
</style>
border-color css
<style>
span { border-color: #AC01A8; }
span { border-color: rgb(172,1,168); }
td.TdClassName
{
border-color: #AC01A8;
}
.TagClassName
{
border-color: #AC01A8;
}
</style>