Shades of Dark Magenta #AC00A2
Tints of Dark Magenta #AC00A2
RGB
CMYK
RGB Variations
Color information
#AC00A2 (or 0xAC00A2) is known color: Dark Magenta. HEX triplet: AC, 00 and A2. RGB value is (172,0,162). Sum of RGB (Red+Green+Blue) = 172+0+162=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC00A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC00A2 is #53FF5D. Grayscale: #454545. Windows color (decimal): -5504862 or 10617004. OLE color: 10617004.
HSL color Cylindrical-coordinate representation of color #AC00A2: hue angle of 303.49º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC00A2 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.06 | 0.33 |
| HSL | 303.49º | 1% | 0.34% | - |
| HSV(B) | 303.49º | 1% | 0.67% | - |
| XYZ | 23.53 | 11.38 | 35.14 | - |
| YUV | 69.9 | 179.98 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 162 | 0 | 1 | 0.06 | 0.33 | 303.49 | 1 | 0.34 |
| Hex | AC | 0 | A2 | 0 | 64 | 6 | 21 | 12F | 64 | 22 |
| Octal | 254 | 0 | 242 | 0 | 144 | 6 | 41 | 457 | 144 | 42 |
| Binary | 10101100 | 0 | 10100010 | 0 | 1100100 | 110 | 100001 | 100101111 | 1100100 | 100010 |
Color Harmonies of #AC00A2
Complementary color
Monochromatic Colors of #AC00A2
Black with #AC00A2
Text Example
Text Example
White with #AC00A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00A2; }
p { color: rgb(172,0,162); }
H1.HeaderClassName
{
color: #AC00A2;
}
.AnyTagClassName
{
color: #AC00A2;
}
</style>
background-color css
<style>
a { background-color: #AC00A2; }
a { background-color: rgb(172,0,162); }
div.DivClassName
{
background-color: #AC00A2;
}
.BgClassName
{
background-color: #AC00A2;
}
</style>
border-color css
<style>
span { border-color: #AC00A2; }
span { border-color: rgb(172,0,162); }
td.TdClassName
{
border-color: #AC00A2;
}
.TagClassName
{
border-color: #AC00A2;
}
</style>