#A2058D

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

Shades of Dark Magenta #A2058D

Tints of Dark Magenta #A2058D

Color information

#A2058D (or 0xA2058D) is unknown color: approx Dark Magenta. HEX triplet: A2, 05 and 8D. RGB value is (162,5,141). Sum of RGB (Red+Green+Blue) = 162+5+141=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2058D is #5DFA72. Grayscale: #434343. Windows color (decimal): -6158963 or 9242018. OLE color: 9242018.

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

Color convert

RGB1625141-
CMYK00.970.130.36
HSL308.03º94.01%32.75%-
HSV(B)308.03º96.91%63.53%-
XYZ19.769.7126.03-
YUV67.45169.51195.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 5 (2.34% from 255) = 1.62%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=52.60%
G=1.62%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162514100.970.130.36308.0394.0132.75
HexA258D061D241345e21
Octal24252150141154446413641
Binary10100010101100011010110000111011001001001101001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2058D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2058D; }

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

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

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

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

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

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

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

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