#AC12AA

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

Shades of Dark Magenta #AC12AA

Tints of Dark Magenta #AC12AA

Color information

#AC12AA (or 0xAC12AA) is unknown color: approx Dark Magenta. HEX triplet: AC, 12 and AA. RGB value is (172,18,170). Sum of RGB (Red+Green+Blue) = 172+18+170=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC12AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC12AA is #53ED55. Grayscale: #505050. Windows color (decimal): -5500246 or 11145900. OLE color: 11145900.

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

Color convert

RGB17218170-
CMYK00.900.010.33
HSL300.78º81.05%37.25%-
HSV(B)300.78º89.53%67.45%-
XYZ24.4912.1139.08-
YUV81.37178.02192.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 18 (7.42% from 255) = 5%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=47.78%
G=5%
B=47.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721817000.900.010.33300.7881.0537.25
HexAC12AA05A12112d5125
Octal25422252013214145512145
Binary1010110010010101010100101101011000011001011011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC12AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC12AA; }

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

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

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

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

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

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

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

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