#A0158F

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

Shades of Dark Magenta #A0158F

Tints of Dark Magenta #A0158F

Color information

#A0158F (or 0xA0158F) is unknown color: approx Dark Magenta. HEX triplet: A0, 15 and 8F. RGB value is (160,21,143). Sum of RGB (Red+Green+Blue) = 160+21+143=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0158F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0158F is #5FEA70. Grayscale: #4C4C4C. Windows color (decimal): -6285937 or 9377184. OLE color: 9377184.

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

Color convert

RGB16021143-
CMYK00.870.110.37
HSL307.34º76.8%35.49%-
HSV(B)307.34º86.87%62.75%-
XYZ19.729.9926.88-
YUV76.47165.55187.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.38%
GREEN value IS 21 (8.59% from 255) = 6.48%
BLUE value IS 143 (56.25% from 255) = 44.14%
R=49.38%
G=6.48%
B=44.14%

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
Decimal1602114300.870.110.37307.3476.835.49
HexA0158F057B251334d23
Octal240252170127134546311543
Binary1010000010101100011110101011110111001011001100111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0158F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0158F; }

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

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

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

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

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

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

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

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