#A4058C

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

Shades of Dark Magenta #A4058C

Tints of Dark Magenta #A4058C

Color information

#A4058C (or 0xA4058C) is unknown color: approx Dark Magenta. HEX triplet: A4, 05 and 8C. RGB value is (164,5,140). Sum of RGB (Red+Green+Blue) = 164+5+140=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4058C is #5BFA73. Grayscale: #434343. Windows color (decimal): -6027892 or 9176484. OLE color: 9176484.

HSL color Cylindrical-coordinate representation of color #A4058C: hue angle of 309.06º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4058C is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB1645140-
CMYK00.970.150.36
HSL309.06º94.08%33.14%-
HSV(B)309.06º96.95%64.31%-
XYZ20.19.8925.66-
YUV67.93168.68196.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.07%
GREEN value IS 5 (2.34% from 255) = 1.62%
BLUE value IS 140 (55.08% from 255) = 45.31%
R=53.07%
G=1.62%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164514000.970.150.36309.0694.0833.14
HexA458C061F241355e21
Octal24452140141174446513641
Binary10100100101100011000110000111111001001001101011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4058C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4058C; }

 p { color: rgb(164,5,140); }

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

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

 a { background-color: rgb(164,5,140); }

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

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

 span { border-color: rgb(164,5,140); }

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