#AC11A0

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

Shades of Dark Magenta #AC11A0

Tints of Dark Magenta #AC11A0

Color information

#AC11A0 (or 0xAC11A0) is unknown color: approx Dark Magenta. HEX triplet: AC, 11 and A0. RGB value is (172,17,160). Sum of RGB (Red+Green+Blue) = 172+17+160=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC11A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC11A0 is #53EE5F. Grayscale: #4F4F4F. Windows color (decimal): -5500512 or 10490284. OLE color: 10490284.

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

Color convert

RGB17217160-
CMYK00.900.070.33
HSL304.65º82.01%37.06%-
HSV(B)304.65º90.12%67.45%-
XYZ23.5611.7134.28-
YUV79.65173.35193.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 17 (7.03% from 255) = 4.87%
BLUE value IS 160 (62.89% from 255) = 45.85%
R=49.28%
G=4.87%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721716000.900.070.33304.6582.0137.06
HexAC11A005A7211315225
Octal25421240013274146112245
Binary101011001000110100000010110101111000011001100011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC11A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC11A0; }

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

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

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

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

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

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

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

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