#A41999

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

Shades of Dark Magenta #A41999

Tints of Dark Magenta #A41999

Color information

#A41999 (or 0xA41999) is unknown color: approx Dark Magenta. HEX triplet: A4, 19 and 99. RGB value is (164,25,153). Sum of RGB (Red+Green+Blue) = 164+25+153=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A41999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41999 is #5BE666. Grayscale: #505050. Windows color (decimal): -6022759 or 10033572. OLE color: 10033572.

HSL color Cylindrical-coordinate representation of color #A41999: hue angle of 304.75º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41999 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16425153-
CMYK00.850.070.36
HSL304.75º73.54%37.06%-
HSV(B)304.75º84.76%64.31%-
XYZ21.4110.8931.11-
YUV81.15168.55187.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.95%
GREEN value IS 25 (10.16% from 255) = 7.31%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=47.95%
G=7.31%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642515300.850.070.36304.7573.5437.06
HexA419990557241314a25
Octal24431231012574446111245
Binary101001001100110011001010101011111001001001100011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41999; }

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

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

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

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

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

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

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

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