#A2189D

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

Shades of Dark Magenta #A2189D

Tints of Dark Magenta #A2189D

Color information

#A2189D (or 0xA2189D) is unknown color: approx Dark Magenta. HEX triplet: A2, 18 and 9D. RGB value is (162,24,157). Sum of RGB (Red+Green+Blue) = 162+24+157=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A2189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2189D is #5DE762. Grayscale: #505050. Windows color (decimal): -6154083 or 10295458. OLE color: 10295458.

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

Color convert

RGB16224157-
CMYK00.850.030.36
HSL302.17º74.19%36.47%-
HSV(B)302.17º85.19%63.53%-
XYZ21.3110.7732.85-
YUV80.42171.22186.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 24 (9.77% from 255) = 7.00%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=47.23%
G=7.00%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622415700.850.030.36302.1774.1936.47
HexA2189D05532412e4a24
Octal24230235012534445611244
Binary10100010110001001110101010101111001001001011101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2189D; }

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

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

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

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

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

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

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

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