#A5118C

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

Shades of Dark Magenta #A5118C

Tints of Dark Magenta #A5118C

Color information

#A5118C (or 0xA5118C) is unknown color: approx Dark Magenta. HEX triplet: A5, 11 and 8C. RGB value is (165,17,140). Sum of RGB (Red+Green+Blue) = 165+17+140=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A5118C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5118C is #5AEE73. Grayscale: #4A4A4A. Windows color (decimal): -5959284 or 9179557. OLE color: 9179557.

HSL color Cylindrical-coordinate representation of color #A5118C: hue angle of 310.14º 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 #A5118C is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB16517140-
CMYK00.900.150.35
HSL310.14º81.32%35.69%-
HSV(B)310.14º89.7%64.71%-
XYZ20.4510.2925.72-
YUV75.27164.53192-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.24%
GREEN value IS 17 (7.03% from 255) = 5.28%
BLUE value IS 140 (55.08% from 255) = 43.48%
R=51.24%
G=5.28%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651714000.900.150.35310.1481.3235.69
HexA5118C05AF231365124
Octal245212140132174346612144
Binary1010010110001100011000101101011111000111001101101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5118C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5118C; }

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

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

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

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

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

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

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

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