Shades of Dark Magenta #AC02A0
Tints of Dark Magenta #AC02A0
RGB
CMYK
RGB Variations
Color information
#AC02A0 (or 0xAC02A0) is known color: Dark Magenta. HEX triplet: AC, 02 and A0. RGB value is (172,2,160). Sum of RGB (Red+Green+Blue) = 172+2+160=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC02A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC02A0 is #53FD5F. Grayscale: #464646. Windows color (decimal): -5504352 or 10486444. OLE color: 10486444.
HSL color Cylindrical-coordinate representation of color #AC02A0: hue angle of 304.24º degrees, saturation: 0.98, 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 #AC02A0 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 160 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.33 |
| HSL | 304.24º | 0.98% | 0.34% | - |
| HSV(B) | 304.24º | 0.99% | 0.67% | - |
| XYZ | 23.38 | 11.35 | 34.22 | - |
| YUV | 70.84 | 178.32 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 160 | 0 | 0.99 | 0.07 | 0.33 | 304.24 | 0.98 | 0.34 |
| Hex | AC | 2 | A0 | 0 | 63 | 7 | 21 | 130 | 62 | 22 |
| Octal | 254 | 2 | 240 | 0 | 143 | 7 | 41 | 460 | 142 | 42 |
| Binary | 10101100 | 10 | 10100000 | 0 | 1100011 | 111 | 100001 | 100110000 | 1100010 | 100010 |
Color Harmonies of #AC02A0
Complementary color
Monochromatic Colors of #AC02A0
Black with #AC02A0
Text Example
Text Example
White with #AC02A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02A0; }
p { color: rgb(172,2,160); }
H1.HeaderClassName
{
color: #AC02A0;
}
.AnyTagClassName
{
color: #AC02A0;
}
</style>
background-color css
<style>
a { background-color: #AC02A0; }
a { background-color: rgb(172,2,160); }
div.DivClassName
{
background-color: #AC02A0;
}
.BgClassName
{
background-color: #AC02A0;
}
</style>
border-color css
<style>
span { border-color: #AC02A0; }
span { border-color: rgb(172,2,160); }
td.TdClassName
{
border-color: #AC02A0;
}
.TagClassName
{
border-color: #AC02A0;
}
</style>