#A0158E

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

Shades of Dark Magenta #A0158E

Tints of Dark Magenta #A0158E

Color information

#A0158E (or 0xA0158E) is unknown color: approx Dark Magenta. HEX triplet: A0, 15 and 8E. RGB value is (160,21,142). Sum of RGB (Red+Green+Blue) = 160+21+142=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0158E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0158E is #5FEA71. Grayscale: #4C4C4C. Windows color (decimal): -6285938 or 9311648. OLE color: 9311648.

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

Color convert

RGB16021142-
CMYK00.870.110.37
HSL307.77º76.8%35.49%-
HSV(B)307.77º86.87%62.75%-
XYZ19.659.9626.48-
YUV76.35165.05187.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 21 (8.59% from 255) = 6.50%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=49.54%
G=6.50%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602114200.870.110.37307.7776.835.49
HexA0158E057B251344d23
Octal240252160127134546411543
Binary1010000010101100011100101011110111001011001101001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0158E; }

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

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

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

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

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

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

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

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