#A1009D

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

Shades of Dark Magenta #A1009D

Tints of Dark Magenta #A1009D

Color information

#A1009D (or 0xA1009D) is unknown color: approx Dark Magenta. HEX triplet: A1, 00 and 9D. RGB value is (161,0,157). Sum of RGB (Red+Green+Blue) = 161+0+157=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A1009D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1009D is #5EFF62. Grayscale: #414141. Windows color (decimal): -6225763 or 10289313. OLE color: 10289313.

HSL color Cylindrical-coordinate representation of color #A1009D: hue angle of 301.49º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1009D is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB1610157-
CMYK010.020.37
HSL301.49º100%31.57%-
HSV(B)301.49º100%63.14%-
XYZ20.7810.0132.74-
YUV66.04179.34195.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 157 (61.72% from 255) = 49.37%
R=50.63%
G=0%
B=49.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1610157010.020.37301.4910031.57
HexA109D06422512d6420
Octal2410235014424545514440
Binary1010000101001110101100100101001011001011011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1009D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1009D; }

 p { color: rgb(161,0,157); }

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

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

 a { background-color: rgb(161,0,157); }

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

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

 span { border-color: rgb(161,0,157); }

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