#A41794

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

Shades of Dark Magenta #A41794

Tints of Dark Magenta #A41794

Color information

#A41794 (or 0xA41794) is unknown color: approx Dark Magenta. HEX triplet: A4, 17 and 94. RGB value is (164,23,148). Sum of RGB (Red+Green+Blue) = 164+23+148=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A41794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41794 is #5BE86B. Grayscale: #4F4F4F. Windows color (decimal): -6023276 or 9705380. OLE color: 9705380.

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

Color convert

RGB16423148-
CMYK00.860.100.36
HSL306.81º75.4%36.67%-
HSV(B)306.81º85.98%64.31%-
XYZ20.9610.6428.97-
YUV79.41166.71188.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.96%
GREEN value IS 23 (9.38% from 255) = 6.87%
BLUE value IS 148 (58.20% from 255) = 44.18%
R=48.96%
G=6.87%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642314800.860.100.36306.8175.436.67
HexA41794056A241334b25
Octal244272240126124446311345
Binary1010010010111100101000101011010101001001001100111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41794; }

 p { color: rgb(164,23,148); }

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

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

 a { background-color: rgb(164,23,148); }

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

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

 span { border-color: rgb(164,23,148); }

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