#A20D9E

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

Shades of Dark Magenta #A20D9E

Tints of Dark Magenta #A20D9E

Color information

#A20D9E (or 0xA20D9E) is unknown color: approx Dark Magenta. HEX triplet: A2, 0D and 9E. RGB value is (162,13,158). Sum of RGB (Red+Green+Blue) = 162+13+158=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20D9E is #5DF261. Grayscale: #494949. Windows color (decimal): -6156898 or 10358178. OLE color: 10358178.

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

Color convert

RGB16213158-
CMYK00.920.020.36
HSL301.61º85.14%34.31%-
HSV(B)301.61º91.98%63.53%-
XYZ21.2210.4433.24-
YUV74.08175.36190.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 13 (5.47% from 255) = 3.90%
BLUE value IS 158 (62.11% from 255) = 47.45%
R=48.65%
G=3.90%
B=47.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621315800.920.020.36301.6185.1434.31
HexA2D9E05C22412e5522
Octal24215236013424445612542
Binary1010001011011001111001011100101001001001011101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20D9E; }

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

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

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

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

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

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

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

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