#AC12A9

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

Shades of Dark Magenta #AC12A9

Tints of Dark Magenta #AC12A9

Color information

#AC12A9 (or 0xAC12A9) is unknown color: approx Dark Magenta. HEX triplet: AC, 12 and A9. RGB value is (172,18,169). Sum of RGB (Red+Green+Blue) = 172+18+169=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 169 (66.41% from 255 or 47.08% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC12A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC12A9 is #53ED56. Grayscale: #505050. Windows color (decimal): -5500247 or 11080364. OLE color: 11080364.

HSL color Cylindrical-coordinate representation of color #AC12A9: hue angle of 301.17º 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 #AC12A9 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17218169-
CMYK00.900.020.33
HSL301.17º81.05%37.25%-
HSV(B)301.17º89.53%67.45%-
XYZ24.3912.0738.58-
YUV81.26177.52192.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.91%
GREEN value IS 18 (7.42% from 255) = 5.01%
BLUE value IS 169 (66.41% from 255) = 47.08%
R=47.91%
G=5.01%
B=47.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721816900.900.020.33301.1781.0537.25
HexAC12A905A22112d5125
Octal25422251013224145512145
Binary10101100100101010100101011010101000011001011011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC12A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC12A9; }

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

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

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

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

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

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

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

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