#A0058A

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

Shades of Dark Magenta #A0058A

Tints of Dark Magenta #A0058A

Color information

#A0058A (or 0xA0058A) is unknown color: approx Dark Magenta. HEX triplet: A0, 05 and 8A. RGB value is (160,5,138). Sum of RGB (Red+Green+Blue) = 160+5+138=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0058A is #5FFA75. Grayscale: #424242. Windows color (decimal): -6290038 or 9045408. OLE color: 9045408.

HSL color Cylindrical-coordinate representation of color #A0058A: hue angle of 308.52º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0058A is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB1605138-
CMYK00.970.140.37
HSL308.52º93.94%32.35%-
HSV(B)308.52º96.88%62.75%-
XYZ19.149.4224.85-
YUV66.51168.35194.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.81%
GREEN value IS 5 (2.34% from 255) = 1.65%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=52.81%
G=1.65%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160513800.970.140.37308.5293.9432.35
HexA058A061E251355e20
Octal24052120141164546513640
Binary10100000101100010100110000111101001011001101011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0058A; }

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

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

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

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

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

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

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

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