Html Css Color HEX #A0059B Dark Magenta

📋 copy color: '#A0059B'

red 160 ◦ green 5 ◦ blue 155

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

Shades of Dark Magenta #A0059B

Tints of Dark Magenta #A0059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.44%

R = 50%
G = 1.56%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A0059B (or 0xA0059B) is known color: Dark Magenta. HEX triplet: A0, 05 and 9B. RGB value is (160,5,155). Sum of RGB (Red+Green+Blue) = 160+5+155=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0059B is #5FFA64. Grayscale: #444444. Windows color (decimal): -6290021 or 10159520. OLE color: 10159520.

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

Color convert

RGB 160 5 155 -
CMYK 0 0.97 0.03 0.37
HSL 301.94º 0.94% 0.32% -
HSV(B) 301.94º 0.97% 0.63% -
XYZ 20.47 9.95 31.85 -
YUV 68.45 176.85 193.3 -
System Red Green Blue C M Y K H S L
Decimal 160 5 155 0 0.97 0.03 0.37 301.94 0.94 0.32
Hex A0 5 9B 0 61 3 25 12E 5E 20
Octal 240 5 233 0 141 3 45 456 136 40
Binary 10100000 101 10011011 0 1100001 11 100101 100101110 1011110 100000

Color Harmonies of #A0059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0059B

Black with #A0059B

Text Example


Text Example

White with #A0059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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