#A20D9C

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

Shades of Dark Magenta #A20D9C

Tints of Dark Magenta #A20D9C

Color information

#A20D9C (or 0xA20D9C) is unknown color: approx Dark Magenta. HEX triplet: A2, 0D and 9C. RGB value is (162,13,156). Sum of RGB (Red+Green+Blue) = 162+13+156=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20D9C is #5DF263. Grayscale: #494949. Windows color (decimal): -6156900 or 10227106. OLE color: 10227106.

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

Color convert

RGB16213156-
CMYK00.920.040.36
HSL302.42º85.14%34.31%-
HSV(B)302.42º91.98%63.53%-
XYZ21.0410.3732.34-
YUV73.85174.36190.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 13 (5.47% from 255) = 3.93%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=48.94%
G=3.93%
B=47.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621315600.920.040.36302.4285.1434.31
HexA2D9C05C42412e5522
Octal24215234013444445612542
Binary10100010110110011100010111001001001001001011101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20D9C; }

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

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

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

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

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

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

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

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