#A2159E

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

Shades of Dark Magenta #A2159E

Tints of Dark Magenta #A2159E

Color information

#A2159E (or 0xA2159E) is unknown color: approx Dark Magenta. HEX triplet: A2, 15 and 9E. RGB value is (162,21,158). Sum of RGB (Red+Green+Blue) = 162+21+158=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2159E is #5DEA61. Grayscale: #4E4E4E. Windows color (decimal): -6154850 or 10360226. OLE color: 10360226.

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

Color convert

RGB16221158-
CMYK00.870.020.36
HSL301.7º77.05%35.88%-
HSV(B)301.7º87.04%63.53%-
XYZ21.3410.6933.29-
YUV78.78172.71187.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 21 (8.59% from 255) = 6.16%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=47.51%
G=6.16%
B=46.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622115800.870.020.36301.777.0535.88
HexA2159E05722412e4d24
Octal24225236012724445611544
Binary10100010101011001111001010111101001001001011101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2159E; }

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

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

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

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

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

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

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

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