#A00589

Color #A00589 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A00589

Tints of Dark Magenta #A00589

Color information

#A00589 (or 0xA00589) is unknown color: approx Dark Magenta. HEX triplet: A0, 05 and 89. RGB value is (160,5,137). Sum of RGB (Red+Green+Blue) = 160+5+137=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A00589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00589 is #5FFA76. Grayscale: #424242. Windows color (decimal): -6290039 or 8979872. OLE color: 8979872.

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

Color convert

RGB1605137-
CMYK00.970.140.37
HSL308.9º93.94%32.35%-
HSV(B)308.9º96.88%62.75%-
XYZ19.079.3924.47-
YUV66.39167.85194.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.98%
GREEN value IS 5 (2.34% from 255) = 1.66%
BLUE value IS 137 (53.91% from 255) = 45.36%
R=52.98%
G=1.66%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160513700.970.140.37308.993.9432.35
HexA0589061E251355e20
Octal24052110141164546513640
Binary10100000101100010010110000111101001011001101011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00589; }

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

 H1.HeaderClassName
 {
   color: #A00589;
 }
 .AnyTagClassName
 {
   color: #A00589;
 }
</style>
background-color css

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

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

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

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

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

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