#A41191

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

Shades of Dark Magenta #A41191

Tints of Dark Magenta #A41191

Color information

#A41191 (or 0xA41191) is unknown color: approx Dark Magenta. HEX triplet: A4, 11 and 91. RGB value is (164,17,145). Sum of RGB (Red+Green+Blue) = 164+17+145=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A41191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41191 is #5BEE6E. Grayscale: #4B4B4B. Windows color (decimal): -6024815 or 9507236. OLE color: 9507236.

HSL color Cylindrical-coordinate representation of color #A41191: hue angle of 307.76º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41191 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16417145-
CMYK00.900.120.36
HSL307.76º81.22%35.49%-
HSV(B)307.76º89.63%64.31%-
XYZ20.6210.3427.7-
YUV75.54167.2191.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 17 (7.03% from 255) = 5.21%
BLUE value IS 145 (57.03% from 255) = 44.48%
R=50.31%
G=5.21%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641714500.900.120.36307.7681.2235.49
HexA4119105AC241345123
Octal244212210132144446412143
Binary1010010010001100100010101101011001001001001101001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41191; }

 p { color: rgb(164,17,145); }

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

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

 a { background-color: rgb(164,17,145); }

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

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

 span { border-color: rgb(164,17,145); }

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