Html Css Color HEX #A0058B Dark Magenta

📋 copy color: '#A0058B'

red 160 ◦ green 5 ◦ blue 139

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

Shades of Dark Magenta #A0058B

Tints of Dark Magenta #A0058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.72%

R = 52.63%
G = 1.64%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0058B (or 0xA0058B) is known color: Dark Magenta. HEX triplet: A0, 05 and 8B. RGB value is (160,5,139). Sum of RGB (Red+Green+Blue) = 160+5+139=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0058B is #5FFA74. Grayscale: #424242. Windows color (decimal): -6290037 or 9110944. OLE color: 9110944.

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

Color convert

RGB 160 5 139 -
CMYK 0 0.97 0.13 0.37
HSL 308.13º 0.94% 0.32% -
HSV(B) 308.13º 0.97% 0.63% -
XYZ 19.21 9.45 25.24 -
YUV 66.62 168.85 194.6 -
System Red Green Blue C M Y K H S L
Decimal 160 5 139 0 0.97 0.13 0.37 308.13 0.94 0.32
Hex A0 5 8B 0 61 D 25 134 5E 20
Octal 240 5 213 0 141 15 45 464 136 40
Binary 10100000 101 10001011 0 1100001 1101 100101 100110100 1011110 100000

Color Harmonies of #A0058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0058B

Black with #A0058B

Text Example


Text Example

White with #A0058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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