#A0158C

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

Shades of Dark Magenta #A0158C

Tints of Dark Magenta #A0158C

Color information

#A0158C (or 0xA0158C) is unknown color: approx Dark Magenta. HEX triplet: A0, 15 and 8C. RGB value is (160,21,140). Sum of RGB (Red+Green+Blue) = 160+21+140=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0158C is #5FEA73. Grayscale: #4B4B4B. Windows color (decimal): -6285940 or 9180576. OLE color: 9180576.

HSL color Cylindrical-coordinate representation of color #A0158C: hue angle of 308.63º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0158C is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16021140-
CMYK00.870.120.37
HSL308.63º76.8%35.49%-
HSV(B)308.63º86.87%62.75%-
XYZ19.59.925.69-
YUV76.13164.05187.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 21 (8.59% from 255) = 6.54%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=49.84%
G=6.54%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602114000.870.120.37308.6376.835.49
HexA0158C057C251354d23
Octal240252140127144546511543
Binary1010000010101100011000101011111001001011001101011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0158C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0158C; }

 p { color: rgb(160,21,140); }

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

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

 a { background-color: rgb(160,21,140); }

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

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

 span { border-color: rgb(160,21,140); }

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