#A1109E

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

Shades of Dark Magenta #A1109E

Tints of Dark Magenta #A1109E

Color information

#A1109E (or 0xA1109E) is unknown color: approx Dark Magenta. HEX triplet: A1, 10 and 9E. RGB value is (161,16,158). Sum of RGB (Red+Green+Blue) = 161+16+158=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1109E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1109E is #5EEF61. Grayscale: #4B4B4B. Windows color (decimal): -6221666 or 10358945. OLE color: 10358945.

HSL color Cylindrical-coordinate representation of color #A1109E: hue angle of 301.24º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1109E is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB16116158-
CMYK00.900.020.37
HSL301.24º81.92%34.71%-
HSV(B)301.24º90.06%63.14%-
XYZ21.0510.4233.25-
YUV75.54174.54188.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 16 (6.64% from 255) = 4.78%
BLUE value IS 158 (62.11% from 255) = 47.16%
R=48.06%
G=4.78%
B=47.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611615800.900.020.37301.2481.9234.71
HexA1109E05A22512d5223
Octal24120236013224545512243
Binary10100001100001001111001011010101001011001011011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1109E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1109E; }

 p { color: rgb(161,16,158); }

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

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

 a { background-color: rgb(161,16,158); }

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

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

 span { border-color: rgb(161,16,158); }

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