#A41E97

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

Shades of Dark Magenta #A41E97

Tints of Dark Magenta #A41E97

Color information

#A41E97 (or 0xA41E97) is unknown color: approx Dark Magenta. HEX triplet: A4, 1E and 97. RGB value is (164,30,151). Sum of RGB (Red+Green+Blue) = 164+30+151=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41E97 is #5BE168. Grayscale: #535353. Windows color (decimal): -6021481 or 9903780. OLE color: 9903780.

HSL color Cylindrical-coordinate representation of color #A41E97: hue angle of 305.82º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41E97 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB16430151-
CMYK00.820.080.36
HSL305.82º69.07%38.04%-
HSV(B)305.82º81.71%64.31%-
XYZ21.3611.0630.29-
YUV83.86165.89185.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 30 (12.11% from 255) = 8.70%
BLUE value IS 151 (59.38% from 255) = 43.77%
R=47.54%
G=8.70%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643015100.820.080.36305.8269.0738.04
HexA41E970528241324526
Octal244362270122104446210546
Binary1010010011110100101110101001010001001001001100101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41E97; }

 p { color: rgb(164,30,151); }

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

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

 a { background-color: rgb(164,30,151); }

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

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

 span { border-color: rgb(164,30,151); }

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