#A1149A

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

Shades of Dark Magenta #A1149A

Tints of Dark Magenta #A1149A

Color information

#A1149A (or 0xA1149A) is unknown color: approx Dark Magenta. HEX triplet: A1, 14 and 9A. RGB value is (161,20,154). Sum of RGB (Red+Green+Blue) = 161+20+154=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1149A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1149A is #5EEB65. Grayscale: #4D4D4D. Windows color (decimal): -6220646 or 10097825. OLE color: 10097825.

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

Color convert

RGB16120154-
CMYK00.880.040.37
HSL302.98º77.9%35.49%-
HSV(B)302.98º87.58%63.14%-
XYZ20.7810.4131.49-
YUV77.43171.21187.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 20 (8.20% from 255) = 5.97%
BLUE value IS 154 (60.55% from 255) = 45.97%
R=48.06%
G=5.97%
B=45.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612015400.880.040.37302.9877.935.49
HexA1149A05842512f4e23
Octal24124232013044545711643
Binary101000011010010011010010110001001001011001011111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1149A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1149A; }

 p { color: rgb(161,20,154); }

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

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

 a { background-color: rgb(161,20,154); }

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

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

 span { border-color: rgb(161,20,154); }

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