#A0058E

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

Shades of Dark Magenta #A0058E

Tints of Dark Magenta #A0058E

Color information

#A0058E (or 0xA0058E) is unknown color: approx Dark Magenta. HEX triplet: A0, 05 and 8E. RGB value is (160,5,142). Sum of RGB (Red+Green+Blue) = 160+5+142=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0058E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0058E is #5FFA71. Grayscale: #424242. Windows color (decimal): -6290034 or 9307552. OLE color: 9307552.

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

Color convert

RGB1605142-
CMYK00.970.110.37
HSL306.97º93.94%32.35%-
HSV(B)306.97º96.88%62.75%-
XYZ19.439.5426.41-
YUV66.96170.35194.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.12%
GREEN value IS 5 (2.34% from 255) = 1.63%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=52.12%
G=1.63%
B=46.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160514200.970.110.37306.9793.9432.35
HexA058E061B251335e20
Octal24052160141134546313640
Binary10100000101100011100110000110111001011001100111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0058E; }

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

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

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

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

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

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

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

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