#A011AC

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

Shades of Dark Magenta #A011AC

Tints of Dark Magenta #A011AC

Color information

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

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

Color convert

RGB16017172-
CMYK0.070.9000.33
HSL295.35º82.01%37.06%-
HSV(B)295.35º90.12%67.45%-
XYZ22.1410.8539.96-
YUV77.43181.38186.9-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160171720.070.9000.33295.3582.0137.06
HexA011AC75A0211275225
Octal24021254713204144712245
Binary101000001000110101100111101101001000011001001111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A011AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A011AC; }

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

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

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

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

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

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

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

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