Html Css Color HEX #A0059E Dark Magenta

📋 copy color: '#A0059E'

red 160 ◦ green 5 ◦ blue 158

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

Shades of Dark Magenta #A0059E

Tints of Dark Magenta #A0059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.92%

R = 49.54%
G = 1.55%
B = 48.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0059E (or 0xA0059E) is known color: Dark Magenta. HEX triplet: A0, 05 and 9E. RGB value is (160,5,158). Sum of RGB (Red+Green+Blue) = 160+5+158=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0059E is #5FFA61. Grayscale: #444444. Windows color (decimal): -6290018 or 10356128. OLE color: 10356128.

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

Color convert

RGB 160 5 158 -
CMYK 0 0.97 0.01 0.37
HSL 300.77º 0.94% 0.32% -
HSV(B) 300.77º 0.97% 0.63% -
XYZ 20.72 10.05 33.2 -
YUV 68.79 178.35 193.06 -
System Red Green Blue C M Y K H S L
Decimal 160 5 158 0 0.97 0.01 0.37 300.77 0.94 0.32
Hex A0 5 9E 0 61 1 25 12D 5E 20
Octal 240 5 236 0 141 1 45 455 136 40
Binary 10100000 101 10011110 0 1100001 1 100101 100101101 1011110 100000

Color Harmonies of #A0059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0059E

Black with #A0059E

Text Example


Text Example

White with #A0059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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