#A4058A

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

Shades of Dark Magenta #A4058A

Tints of Dark Magenta #A4058A

Color information

#A4058A (or 0xA4058A) is unknown color: approx Dark Magenta. HEX triplet: A4, 05 and 8A. RGB value is (164,5,138). Sum of RGB (Red+Green+Blue) = 164+5+138=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4058A is #5BFA75. Grayscale: #434343. Windows color (decimal): -6027894 or 9045412. OLE color: 9045412.

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

Color convert

RGB1645138-
CMYK00.970.160.36
HSL309.81º94.08%33.14%-
HSV(B)309.81º96.95%64.31%-
XYZ19.959.8424.89-
YUV67.7167.68196.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.42%
GREEN value IS 5 (2.34% from 255) = 1.63%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=53.42%
G=1.63%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164513800.970.160.36309.8194.0833.14
HexA458A06110241365e21
Octal24452120141204446613641
Binary101001001011000101001100001100001001001001101101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4058A; }

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

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

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

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

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

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

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

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