#A01186

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

Shades of Dark Magenta #A01186

Tints of Dark Magenta #A01186

Color information

#A01186 (or 0xA01186) is unknown color: approx Dark Magenta. HEX triplet: A0, 11 and 86. RGB value is (160,17,134). Sum of RGB (Red+Green+Blue) = 160+17+134=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A01186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01186 is #5FEE79. Grayscale: #484848. Windows color (decimal): -6286970 or 8786336. OLE color: 8786336.

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

Color convert

RGB16017134-
CMYK00.890.160.37
HSL310.91º80.79%34.71%-
HSV(B)310.91º89.38%62.75%-
XYZ199.623.4-
YUV73.1162.38189.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 17 (7.03% from 255) = 5.47%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=51.45%
G=5.47%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601713400.890.160.37310.9180.7934.71
HexA0118605910251375123
Octal240212060131204546712143
Binary10100000100011000011001011001100001001011001101111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01186; }

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

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

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

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

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

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

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

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