#AC16AA

Color #AC16AA Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AC16AA

Tints of Dark Magenta #AC16AA

Color information

#AC16AA (or 0xAC16AA) is unknown color: approx Dark Magenta. HEX triplet: AC, 16 and AA. RGB value is (172,22,170). Sum of RGB (Red+Green+Blue) = 172+22+170=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC16AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC16AA is #53E955. Grayscale: #535353. Windows color (decimal): -5499222 or 11146924. OLE color: 11146924.

HSL color Cylindrical-coordinate representation of color #AC16AA: hue angle of 300.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC16AA is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17222170-
CMYK00.870.010.33
HSL300.8º77.32%38.04%-
HSV(B)300.8º87.21%67.45%-
XYZ24.5612.2539.1-
YUV83.72176.7190.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 47.25%
GREEN value IS 22 (8.98% from 255) = 6.04%
BLUE value IS 170 (66.80% from 255) = 46.70%
R=47.25%
G=6.04%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722217000.870.010.33300.877.3238.04
HexAC16AA05712112d4d26
Octal25426252012714145511546
Binary1010110010110101010100101011111000011001011011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC16AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC16AA; }

 p { color: rgb(172,22,170); }

 H1.HeaderClassName
 {
   color: #AC16AA;
 }
 .AnyTagClassName
 {
   color: #AC16AA;
 }
</style>
background-color css

<style>
 a { background-color: #AC16AA; }

 a { background-color: rgb(172,22,170); }

 div.DivClassName
 {
   background-color: #AC16AA;
 }
 .BgClassName
 {
   background-color: #AC16AA;
 }
</style>
border-color css

<style>
 span { border-color: #AC16AA; }

 span { border-color: rgb(172,22,170); }

 td.TdClassName
 {
   border-color: #AC16AA;
 }
 .TagClassName
 {
   border-color: #AC16AA;
 }
</style>