Html Css Color HEX #A0058D Dark Magenta

📋 copy color: '#A0058D'

red 160 ◦ green 5 ◦ blue 141

#A0058D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A0058D

Tints of Dark Magenta #A0058D

RGB

 RED value IS 160 (62.89% from 255) = 52.29%

 GREEN value IS 5 (2.34% from 255) = 1.63%

 BLUE value IS 141 (55.47% from 255) = 46.08%

R = 52.29%
G = 1.63%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0058D (or 0xA0058D) is known color: Dark Magenta. HEX triplet: A0, 05 and 8D. RGB value is (160,5,141). Sum of RGB (Red+Green+Blue) = 160+5+141=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0058D is #5FFA72. Grayscale: #424242. Windows color (decimal): -6290035 or 9242016. OLE color: 9242016.

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

Color convert

RGB 160 5 141 -
CMYK 0 0.97 0.12 0.37
HSL 307.35º 0.94% 0.32% -
HSV(B) 307.35º 0.97% 0.63% -
XYZ 19.36 9.51 26.01 -
YUV 66.85 169.85 194.44 -
System Red Green Blue C M Y K H S L
Decimal 160 5 141 0 0.97 0.12 0.37 307.35 0.94 0.32
Hex A0 5 8D 0 61 C 25 133 5E 20
Octal 240 5 215 0 141 14 45 463 136 40
Binary 10100000 101 10001101 0 1100001 1100 100101 100110011 1011110 100000

Color Harmonies of #A0058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0058D

Black with #A0058D

Text Example


Text Example

White with #A0058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0058D; }

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

 H1.HeaderClassName
 {
   color: #A0058D;
 }
 .AnyTagClassName
 {
   color: #A0058D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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