#A4149D

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

Shades of Dark Magenta #A4149D

Tints of Dark Magenta #A4149D

Color information

#A4149D (or 0xA4149D) is unknown color: approx Dark Magenta. HEX triplet: A4, 14 and 9D. RGB value is (164,20,157). Sum of RGB (Red+Green+Blue) = 164+20+157=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4149D is #5BEB62. Grayscale: #4E4E4E. Windows color (decimal): -6024035 or 10294436. OLE color: 10294436.

HSL color Cylindrical-coordinate representation of color #A4149D: hue angle of 302.92º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A4149D is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16420157-
CMYK00.880.040.36
HSL302.92º78.26%36.08%-
HSV(B)302.92º87.8%64.31%-
XYZ21.6510.8332.85-
YUV78.67172.21188.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 20 (8.20% from 255) = 5.87%
BLUE value IS 157 (61.72% from 255) = 46.04%
R=48.09%
G=5.87%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642015700.880.040.36302.9278.2636.08
HexA4149D05842412f4e24
Octal24424235013044445711644
Binary101001001010010011101010110001001001001001011111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4149D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4149D; }

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

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

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

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

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

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

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

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