#A00588

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

Shades of Dark Magenta #A00588

Tints of Dark Magenta #A00588

Color information

#A00588 (or 0xA00588) is unknown color: approx Dark Magenta. HEX triplet: A0, 05 and 88. RGB value is (160,5,136). Sum of RGB (Red+Green+Blue) = 160+5+136=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A00588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00588 is #5FFA77. Grayscale: #414141. Windows color (decimal): -6290040 or 8914336. OLE color: 8914336.

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

Color convert

RGB1605136-
CMYK00.970.150.37
HSL309.29º93.94%32.35%-
HSV(B)309.29º96.88%62.75%-
XYZ199.3624.1-
YUV66.28167.35194.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.16%
GREEN value IS 5 (2.34% from 255) = 1.66%
BLUE value IS 136 (53.52% from 255) = 45.18%
R=53.16%
G=1.66%
B=45.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160513600.970.150.37309.2993.9432.35
HexA0588061F251355e20
Octal24052100141174546513640
Binary10100000101100010000110000111111001011001101011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00588; }

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

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

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

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

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

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

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

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