#A2058A

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

Shades of Dark Magenta #A2058A

Tints of Dark Magenta #A2058A

Color information

#A2058A (or 0xA2058A) is unknown color: approx Dark Magenta. HEX triplet: A2, 05 and 8A. RGB value is (162,5,138). Sum of RGB (Red+Green+Blue) = 162+5+138=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A2058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2058A is #5DFA75. Grayscale: #424242. Windows color (decimal): -6158966 or 9045410. OLE color: 9045410.

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

Color convert

RGB1625138-
CMYK00.970.150.36
HSL309.17º94.01%32.75%-
HSV(B)309.17º96.91%63.53%-
XYZ19.549.6224.87-
YUV67.1168.01195.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.11%
GREEN value IS 5 (2.34% from 255) = 1.64%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=53.11%
G=1.64%
B=45.25%

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
Decimal162513800.970.150.36309.1794.0132.75
HexA258A061F241355e21
Octal24252120141174446513641
Binary10100010101100010100110000111111001001001101011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2058A; }

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

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

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

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

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

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

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

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