#A4179D

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

Shades of Dark Magenta #A4179D

Tints of Dark Magenta #A4179D

Color information

#A4179D (or 0xA4179D) is unknown color: approx Dark Magenta. HEX triplet: A4, 17 and 9D. RGB value is (164,23,157). Sum of RGB (Red+Green+Blue) = 164+23+157=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A4179D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4179D is #5BE862. Grayscale: #505050. Windows color (decimal): -6023267 or 10295204. OLE color: 10295204.

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

Color convert

RGB16423157-
CMYK00.860.040.36
HSL302.98º75.4%36.67%-
HSV(B)302.98º85.98%64.31%-
XYZ21.710.9432.87-
YUV80.44171.21187.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.67%
GREEN value IS 23 (9.38% from 255) = 6.69%
BLUE value IS 157 (61.72% from 255) = 45.64%
R=47.67%
G=6.69%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642315700.860.040.36302.9875.436.67
HexA4179D05642412f4b25
Octal24427235012644445711345
Binary101001001011110011101010101101001001001001011111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4179D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4179D; }

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

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

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

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

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

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

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

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