#AC13AA

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

Shades of Dark Magenta #AC13AA

Tints of Dark Magenta #AC13AA

Color information

#AC13AA (or 0xAC13AA) is unknown color: approx Dark Magenta. HEX triplet: AC, 13 and AA. RGB value is (172,19,170). Sum of RGB (Red+Green+Blue) = 172+19+170=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC13AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC13AA is #53EC55. Grayscale: #515151. Windows color (decimal): -5499990 or 11146156. OLE color: 11146156.

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

Color convert

RGB17219170-
CMYK00.890.010.33
HSL300.78º80.1%37.45%-
HSV(B)300.78º88.95%67.45%-
XYZ24.512.1439.08-
YUV81.96177.69192.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.65%
GREEN value IS 19 (7.81% from 255) = 5.26%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=47.65%
G=5.26%
B=47.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721917000.890.010.33300.7880.137.45
HexAC13AA05912112d5025
Octal25423252013114145512045
Binary1010110010011101010100101100111000011001011011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC13AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC13AA; }

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

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

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

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

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

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

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

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