#A2119E

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

Shades of Dark Magenta #A2119E

Tints of Dark Magenta #A2119E

Color information

#A2119E (or 0xA2119E) is unknown color: approx Dark Magenta. HEX triplet: A2, 11 and 9E. RGB value is (162,17,158). Sum of RGB (Red+Green+Blue) = 162+17+158=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2119E is #5DEE61. Grayscale: #4C4C4C. Windows color (decimal): -6155874 or 10359202. OLE color: 10359202.

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

Color convert

RGB16217158-
CMYK00.900.020.36
HSL301.66º81.01%35.1%-
HSV(B)301.66º89.51%63.53%-
XYZ21.2710.5533.26-
YUV76.43174.04189.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 17 (7.03% from 255) = 5.04%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=48.07%
G=5.04%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621715800.900.020.36301.6681.0135.1
HexA2119E05A22412e5123
Octal24221236013224445612143
Binary10100010100011001111001011010101001001001011101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2119E; }

 p { color: rgb(162,17,158); }

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

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

 a { background-color: rgb(162,17,158); }

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

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

 span { border-color: rgb(162,17,158); }

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