#A1158D

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

Shades of Dark Magenta #A1158D

Tints of Dark Magenta #A1158D

Color information

#A1158D (or 0xA1158D) is unknown color: approx Dark Magenta. HEX triplet: A1, 15 and 8D. RGB value is (161,21,141). Sum of RGB (Red+Green+Blue) = 161+21+141=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1158D is #5EEA72. Grayscale: #4C4C4C. Windows color (decimal): -6220403 or 9246113. OLE color: 9246113.

HSL color Cylindrical-coordinate representation of color #A1158D: hue angle of 308.57º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1158D is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16121141-
CMYK00.870.120.37
HSL308.57º76.92%35.69%-
HSV(B)308.57º86.96%63.14%-
XYZ19.7710.0426.09-
YUV76.54164.38188.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.85%
GREEN value IS 21 (8.59% from 255) = 6.50%
BLUE value IS 141 (55.47% from 255) = 43.65%
R=49.85%
G=6.50%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612114100.870.120.37308.5776.9235.69
HexA1158D057C251354d24
Octal241252150127144546511544
Binary1010000110101100011010101011111001001011001101011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1158D; }

 p { color: rgb(161,21,141); }

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

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

 a { background-color: rgb(161,21,141); }

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

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

 span { border-color: rgb(161,21,141); }

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