#A2189E

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

Shades of Dark Magenta #A2189E

Tints of Dark Magenta #A2189E

Color information

#A2189E (or 0xA2189E) is unknown color: approx Dark Magenta. HEX triplet: A2, 18 and 9E. RGB value is (162,24,158). Sum of RGB (Red+Green+Blue) = 162+24+158=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A2189E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2189E is #5DE761. Grayscale: #505050. Windows color (decimal): -6154082 or 10360994. OLE color: 10360994.

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

Color convert

RGB16224158-
CMYK00.850.020.36
HSL301.74º74.19%36.47%-
HSV(B)301.74º85.19%63.53%-
XYZ21.410.833.31-
YUV80.54171.72186.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 24 (9.77% from 255) = 6.98%
BLUE value IS 158 (62.11% from 255) = 45.93%
R=47.09%
G=6.98%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622415800.850.020.36301.7474.1936.47
HexA2189E05522412e4a24
Octal24230236012524445611244
Binary10100010110001001111001010101101001001001011101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2189E; }

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

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

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

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

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

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

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

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