#A2159F

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

Shades of Dark Magenta #A2159F

Tints of Dark Magenta #A2159F

Color information

#A2159F (or 0xA2159F) is unknown color: approx Dark Magenta. HEX triplet: A2, 15 and 9F. RGB value is (162,21,159). Sum of RGB (Red+Green+Blue) = 162+21+159=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2159F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2159F is #5DEA60. Grayscale: #4E4E4E. Windows color (decimal): -6154849 or 10425762. OLE color: 10425762.

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

Color convert

RGB16221159-
CMYK00.870.020.36
HSL301.28º77.05%35.88%-
HSV(B)301.28º87.04%63.53%-
XYZ21.4310.7233.74-
YUV78.89173.21187.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 21 (8.59% from 255) = 6.14%
BLUE value IS 159 (62.5% from 255) = 46.49%
R=47.37%
G=6.14%
B=46.49%

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
Decimal1622115900.870.020.36301.2877.0535.88
HexA2159F05722412d4d24
Octal24225237012724445511544
Binary10100010101011001111101010111101001001001011011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2159F; }

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

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

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

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

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

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

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

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