#A20D8A

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

Shades of Dark Magenta #A20D8A

Tints of Dark Magenta #A20D8A

Color information

#A20D8A (or 0xA20D8A) is unknown color: approx Dark Magenta. HEX triplet: A2, 0D and 8A. RGB value is (162,13,138). Sum of RGB (Red+Green+Blue) = 162+13+138=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20D8A is #5DF275. Grayscale: #474747. Windows color (decimal): -6156918 or 9047458. OLE color: 9047458.

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

Color convert

RGB16213138-
CMYK00.920.150.36
HSL309.66º85.14%34.31%-
HSV(B)309.66º91.98%63.53%-
XYZ19.639.824.9-
YUV71.8165.36192.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 13 (5.47% from 255) = 4.15%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=51.76%
G=4.15%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621313800.920.150.36309.6685.1434.31
HexA2D8A05CF241365522
Octal242152120134174446612542
Binary101000101101100010100101110011111001001001101101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20D8A; }

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

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

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

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

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

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

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

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