#A41199

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

Shades of Dark Magenta #A41199

Tints of Dark Magenta #A41199

Color information

#A41199 (or 0xA41199) is unknown color: approx Dark Magenta. HEX triplet: A4, 11 and 99. RGB value is (164,17,153). Sum of RGB (Red+Green+Blue) = 164+17+153=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A41199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41199 is #5BEE66. Grayscale: #4C4C4C. Windows color (decimal): -6024807 or 10031524. OLE color: 10031524.

HSL color Cylindrical-coordinate representation of color #A41199: hue angle of 304.49º 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 #A41199 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16417153-
CMYK00.900.070.36
HSL304.49º81.22%35.49%-
HSV(B)304.49º89.63%64.31%-
XYZ21.2610.5931.06-
YUV76.46171.2190.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.10%
GREEN value IS 17 (7.03% from 255) = 5.09%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=49.10%
G=5.09%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641715300.900.070.36304.4981.2235.49
HexA4119905A7241305123
Octal24421231013274446012143
Binary101001001000110011001010110101111001001001100001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41199; }

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

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

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

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

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

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

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

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