Shades of Dark Magenta #AC02AA
Tints of Dark Magenta #AC02AA
RGB
CMYK
RGB Variations
Color information
#AC02AA (or 0xAC02AA) is known color: Dark Magenta. HEX triplet: AC, 02 and AA. RGB value is (172,2,170). Sum of RGB (Red+Green+Blue) = 172+2+170=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC02AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC02AA is #53FD55. Grayscale: #474747. Windows color (decimal): -5504342 or 11141804. OLE color: 11141804.
HSL color Cylindrical-coordinate representation of color #AC02AA: hue angle of 300.71º 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 #AC02AA is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.33 |
| HSL | 300.71º | 0.98% | 0.34% | - |
| HSV(B) | 300.71º | 0.99% | 0.67% | - |
| XYZ | 24.29 | 11.72 | 39.01 | - |
| YUV | 71.98 | 183.32 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 170 | 0 | 0.99 | 0.01 | 0.33 | 300.71 | 0.98 | 0.34 |
| Hex | AC | 2 | AA | 0 | 63 | 1 | 21 | 12D | 62 | 22 |
| Octal | 254 | 2 | 252 | 0 | 143 | 1 | 41 | 455 | 142 | 42 |
| Binary | 10101100 | 10 | 10101010 | 0 | 1100011 | 1 | 100001 | 100101101 | 1100010 | 100010 |
Color Harmonies of #AC02AA
Complementary color
Monochromatic Colors of #AC02AA
Black with #AC02AA
Text Example
Text Example
White with #AC02AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC02AA; }
p { color: rgb(172,2,170); }
H1.HeaderClassName
{
color: #AC02AA;
}
.AnyTagClassName
{
color: #AC02AA;
}
</style>
background-color css
<style>
a { background-color: #AC02AA; }
a { background-color: rgb(172,2,170); }
div.DivClassName
{
background-color: #AC02AA;
}
.BgClassName
{
background-color: #AC02AA;
}
</style>
border-color css
<style>
span { border-color: #AC02AA; }
span { border-color: rgb(172,2,170); }
td.TdClassName
{
border-color: #AC02AA;
}
.TagClassName
{
border-color: #AC02AA;
}
</style>