#AC11A5

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

Shades of Dark Magenta #AC11A5

Tints of Dark Magenta #AC11A5

Color information

#AC11A5 (or 0xAC11A5) is unknown color: approx Dark Magenta. HEX triplet: AC, 11 and A5. RGB value is (172,17,165). Sum of RGB (Red+Green+Blue) = 172+17+165=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC11A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC11A5 is #53EE5A. Grayscale: #4F4F4F. Windows color (decimal): -5500507 or 10817964. OLE color: 10817964.

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

Color convert

RGB17217165-
CMYK00.900.040.33
HSL302.71º82.01%37.06%-
HSV(B)302.71º90.12%67.45%-
XYZ24.0111.8936.63-
YUV80.22175.85193.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 17 (7.03% from 255) = 4.80%
BLUE value IS 165 (64.84% from 255) = 46.61%
R=48.59%
G=4.80%
B=46.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721716500.900.040.33302.7182.0137.06
HexAC11A505A42112f5225
Octal25421245013244145712245
Binary101011001000110100101010110101001000011001011111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC11A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC11A5; }

 p { color: rgb(172,17,165); }

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

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

 a { background-color: rgb(172,17,165); }

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

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

 span { border-color: rgb(172,17,165); }

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