#A0118F

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

Shades of Dark Magenta #A0118F

Tints of Dark Magenta #A0118F

Color information

#A0118F (or 0xA0118F) is unknown color: approx Dark Magenta. HEX triplet: A0, 11 and 8F. RGB value is (160,17,143). Sum of RGB (Red+Green+Blue) = 160+17+143=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0118F is #5FEE70. Grayscale: #494949. Windows color (decimal): -6286961 or 9376160. OLE color: 9376160.

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

Color convert

RGB16017143-
CMYK00.890.110.37
HSL307.13º80.79%34.71%-
HSV(B)307.13º89.38%62.75%-
XYZ19.669.8626.85-
YUV74.12166.88189.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 5.31%
BLUE value IS 143 (56.25% from 255) = 44.69%
R=50%
G=5.31%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601714300.890.110.37307.1380.7934.71
HexA0118F059B251335123
Octal240212170131134546312143
Binary1010000010001100011110101100110111001011001100111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0118F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0118F; }

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

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

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

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

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

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

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

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