#A7058E

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

Shades of Dark Magenta #A7058E

Tints of Dark Magenta #A7058E

Color information

#A7058E (or 0xA7058E) is unknown color: approx Dark Magenta. HEX triplet: A7, 05 and 8E. RGB value is (167,5,142). Sum of RGB (Red+Green+Blue) = 167+5+142=314 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.18% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 167 - color contains mainly: red. Hex color #A7058E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7058E is #58FA71. Grayscale: #444444. Windows color (decimal): -5831282 or 9307559. OLE color: 9307559.

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

Color convert

RGB1675142-
CMYK00.970.150.35
HSL309.26º94.19%33.73%-
HSV(B)309.26º97.01%65.49%-
XYZ20.8710.2826.47-
YUV69.06169.17197.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.18%
GREEN value IS 5 (2.34% from 255) = 1.59%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=53.18%
G=1.59%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167514200.970.150.35309.2694.1933.73
HexA758E061F231355e22
Octal24752160141174346513642
Binary10100111101100011100110000111111000111001101011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7058E; }

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

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

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

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

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

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

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

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