#A1168E

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

Shades of Dark Magenta #A1168E

Tints of Dark Magenta #A1168E

Color information

#A1168E (or 0xA1168E) is unknown color: approx Dark Magenta. HEX triplet: A1, 16 and 8E. RGB value is (161,22,142). Sum of RGB (Red+Green+Blue) = 161+22+142=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1168E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1168E is #5EE971. Grayscale: #4C4C4C. Windows color (decimal): -6220146 or 9311905. OLE color: 9311905.

HSL color Cylindrical-coordinate representation of color #A1168E: hue angle of 308.2º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1168E is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16122142-
CMYK00.860.120.37
HSL308.2º75.96%35.88%-
HSV(B)308.2º86.34%63.14%-
XYZ19.8710.126.49-
YUV77.24164.55187.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 22 (8.98% from 255) = 6.77%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=49.54%
G=6.77%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612214200.860.120.37308.275.9635.88
HexA1168E056C251344c24
Octal241262160126144546411444
Binary1010000110110100011100101011011001001011001101001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1168E; }

 p { color: rgb(161,22,142); }

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

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

 a { background-color: rgb(161,22,142); }

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

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

 span { border-color: rgb(161,22,142); }

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