#A1009E

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

Shades of Dark Magenta #A1009E

Tints of Dark Magenta #A1009E

Color information

#A1009E (or 0xA1009E) is unknown color: approx Dark Magenta. HEX triplet: A1, 00 and 9E. RGB value is (161,0,158). Sum of RGB (Red+Green+Blue) = 161+0+158=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1009E is #5EFF61. Grayscale: #414141. Windows color (decimal): -6225762 or 10354849. OLE color: 10354849.

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

Color convert

RGB1610158-
CMYK010.020.37
HSL301.12º100%31.57%-
HSV(B)301.12º100%63.14%-
XYZ20.8710.0533.19-
YUV66.15179.84195.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 49.53%
R=50.47%
G=0%
B=49.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1610158010.020.37301.1210031.57
HexA109E06422512d6420
Octal2410236014424545514440
Binary1010000101001111001100100101001011001011011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1009E; }

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

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

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

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

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

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

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

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