Shades of Dark Magenta #AC02A6
Tints of Dark Magenta #AC02A6
RGB
CMYK
RGB Variations
Color information
#AC02A6 (or 0xAC02A6) is known color: Dark Magenta. HEX triplet: AC, 02 and A6. RGB value is (172,2,166). Sum of RGB (Red+Green+Blue) = 172+2+166=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 166 (65.23% from 255 or 48.82% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC02A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC02A6 is #53FD59. Grayscale: #474747. Windows color (decimal): -5504346 or 10879660. OLE color: 10879660.
HSL color Cylindrical-coordinate representation of color #AC02A6: hue angle of 302.12º 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 #AC02A6 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 166 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.33 |
| HSL | 302.12º | 0.98% | 0.34% | - |
| HSV(B) | 302.12º | 0.99% | 0.67% | - |
| XYZ | 23.92 | 11.57 | 37.05 | - |
| YUV | 71.53 | 181.32 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 166 | 0 | 0.99 | 0.03 | 0.33 | 302.12 | 0.98 | 0.34 |
| Hex | AC | 2 | A6 | 0 | 63 | 3 | 21 | 12E | 62 | 22 |
| Octal | 254 | 2 | 246 | 0 | 143 | 3 | 41 | 456 | 142 | 42 |
| Binary | 10101100 | 10 | 10100110 | 0 | 1100011 | 11 | 100001 | 100101110 | 1100010 | 100010 |
Color Harmonies of #AC02A6
Complementary color
Monochromatic Colors of #AC02A6
Black with #AC02A6
Text Example
Text Example
White with #AC02A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02A6; }
p { color: rgb(172,2,166); }
H1.HeaderClassName
{
color: #AC02A6;
}
.AnyTagClassName
{
color: #AC02A6;
}
</style>
background-color css
<style>
a { background-color: #AC02A6; }
a { background-color: rgb(172,2,166); }
div.DivClassName
{
background-color: #AC02A6;
}
.BgClassName
{
background-color: #AC02A6;
}
</style>
border-color css
<style>
span { border-color: #AC02A6; }
span { border-color: rgb(172,2,166); }
td.TdClassName
{
border-color: #AC02A6;
}
.TagClassName
{
border-color: #AC02A6;
}
</style>