#A51186

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

Shades of Dark Magenta #A51186

Tints of Dark Magenta #A51186

Color information

#A51186 (or 0xA51186) is unknown color: approx Dark Magenta. HEX triplet: A5, 11 and 86. RGB value is (165,17,134). Sum of RGB (Red+Green+Blue) = 165+17+134=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A51186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51186 is #5AEE79. Grayscale: #4A4A4A. Windows color (decimal): -5959290 or 8786341. OLE color: 8786341.

HSL color Cylindrical-coordinate representation of color #A51186: hue angle of 312.57º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51186 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB16517134-
CMYK00.900.190.35
HSL312.57º81.32%35.69%-
HSV(B)312.57º89.7%64.71%-
XYZ20.0210.1223.45-
YUV74.59161.53192.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.22%
GREEN value IS 17 (7.03% from 255) = 5.38%
BLUE value IS 134 (52.73% from 255) = 42.41%
R=52.22%
G=5.38%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651713400.900.190.35312.5781.3235.69
HexA5118605A13231395124
Octal245212060132234347112144
Binary10100101100011000011001011010100111000111001110011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51186; }

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

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

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

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

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

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

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

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