#A2159A

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

Shades of Dark Magenta #A2159A

Tints of Dark Magenta #A2159A

Color information

#A2159A (or 0xA2159A) is unknown color: approx Dark Magenta. HEX triplet: A2, 15 and 9A. RGB value is (162,21,154). Sum of RGB (Red+Green+Blue) = 162+21+154=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2159A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2159A is #5DEA65. Grayscale: #4D4D4D. Windows color (decimal): -6154854 or 10098082. OLE color: 10098082.

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

Color convert

RGB16221154-
CMYK00.870.050.36
HSL303.4º77.05%35.88%-
HSV(B)303.4º87.04%63.53%-
XYZ2110.5531.5-
YUV78.32170.71187.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 21 (8.59% from 255) = 6.23%
BLUE value IS 154 (60.55% from 255) = 45.70%
R=48.07%
G=6.23%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622115400.870.050.36303.477.0535.88
HexA2159A05752412f4d24
Octal24225232012754445711544
Binary101000101010110011010010101111011001001001011111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2159A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2159A; }

 p { color: rgb(162,21,154); }

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

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

 a { background-color: rgb(162,21,154); }

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

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

 span { border-color: rgb(162,21,154); }

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