Html Css Color HEX #A0058A Dark Magenta

📋 copy color: '#A0058A'

red 160 ◦ green 5 ◦ blue 138

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

Shades of Dark Magenta #A0058A

Tints of Dark Magenta #A0058A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.54%

R = 52.81%
G = 1.65%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0058A (or 0xA0058A) is known color: Dark Magenta. HEX triplet: A0, 05 and 8A. RGB value is (160,5,138). Sum of RGB (Red+Green+Blue) = 160+5+138=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0058A is #5FFA75. Grayscale: #424242. Windows color (decimal): -6290038 or 9045408. OLE color: 9045408.

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

Color convert

RGB 160 5 138 -
CMYK 0 0.97 0.14 0.37
HSL 308.52º 0.94% 0.32% -
HSV(B) 308.52º 0.97% 0.63% -
XYZ 19.14 9.42 24.85 -
YUV 66.51 168.35 194.69 -
System Red Green Blue C M Y K H S L
Decimal 160 5 138 0 0.97 0.14 0.37 308.52 0.94 0.32
Hex A0 5 8A 0 61 E 25 135 5E 20
Octal 240 5 212 0 141 16 45 465 136 40
Binary 10100000 101 10001010 0 1100001 1110 100101 100110101 1011110 100000

Color Harmonies of #A0058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0058A

Black with #A0058A

Text Example


Text Example

White with #A0058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0058A; }

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

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

background-color css

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

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

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

border-color css

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

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

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