#A1129C

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

Shades of Dark Magenta #A1129C

Tints of Dark Magenta #A1129C

Color information

#A1129C (or 0xA1129C) is unknown color: approx Dark Magenta. HEX triplet: A1, 12 and 9C. RGB value is (161,18,156). Sum of RGB (Red+Green+Blue) = 161+18+156=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1129C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1129C is #5EED63. Grayscale: #4C4C4C. Windows color (decimal): -6221156 or 10228385. OLE color: 10228385.

HSL color Cylindrical-coordinate representation of color #A1129C: hue angle of 302.1º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1129C is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB16118156-
CMYK00.890.030.37
HSL302.1º79.89%35.1%-
HSV(B)302.1º88.82%63.14%-
XYZ20.9110.4132.36-
YUV76.49172.88188.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 18 (7.42% from 255) = 5.37%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=48.06%
G=5.37%
B=46.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611815600.890.030.37302.179.8935.1
HexA1129C05932512e5023
Octal24122234013134545612043
Binary10100001100101001110001011001111001011001011101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1129C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1129C; }

 p { color: rgb(161,18,156); }

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

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

 a { background-color: rgb(161,18,156); }

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

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

 span { border-color: rgb(161,18,156); }

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