#A2058B

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

Shades of Dark Magenta #A2058B

Tints of Dark Magenta #A2058B

Color information

#A2058B (or 0xA2058B) is unknown color: approx Dark Magenta. HEX triplet: A2, 05 and 8B. RGB value is (162,5,139). Sum of RGB (Red+Green+Blue) = 162+5+139=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A2058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2058B is #5DFA74. Grayscale: #424242. Windows color (decimal): -6158965 or 9110946. OLE color: 9110946.

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

Color convert

RGB1625139-
CMYK00.970.140.36
HSL308.79º94.01%32.75%-
HSV(B)308.79º96.91%63.53%-
XYZ19.619.6525.26-
YUV67.22168.51195.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.94%
GREEN value IS 5 (2.34% from 255) = 1.63%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=52.94%
G=1.63%
B=45.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162513900.970.140.36308.7994.0132.75
HexA258B061E241355e21
Octal24252130141164446513641
Binary10100010101100010110110000111101001001001101011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2058B; }

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

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

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

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

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

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

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

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