#A20E97

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

Shades of Dark Magenta #A20E97

Tints of Dark Magenta #A20E97

Color information

#A20E97 (or 0xA20E97) is unknown color: approx Dark Magenta. HEX triplet: A2, 0E and 97. RGB value is (162,14,151). Sum of RGB (Red+Green+Blue) = 162+14+151=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E97 is #5DF168. Grayscale: #494949. Windows color (decimal): -6156649 or 9899682. OLE color: 9899682.

HSL color Cylindrical-coordinate representation of color #A20E97: hue angle of 304.46º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E97 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16214151-
CMYK00.910.070.36
HSL304.46º84.09%34.51%-
HSV(B)304.46º91.36%63.53%-
XYZ20.6410.2330.16-
YUV73.87171.53190.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 14 (5.86% from 255) = 4.28%
BLUE value IS 151 (59.38% from 255) = 46.18%
R=49.54%
G=4.28%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621415100.910.070.36304.4684.0934.51
HexA2E9705B7241305423
Octal24216227013374446012443
Binary10100010111010010111010110111111001001001100001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E97; }

 p { color: rgb(162,14,151); }

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

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

 a { background-color: rgb(162,14,151); }

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

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

 span { border-color: rgb(162,14,151); }

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