#A20E99

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

Shades of Dark Magenta #A20E99

Tints of Dark Magenta #A20E99

Color information

#A20E99 (or 0xA20E99) is unknown color: approx Dark Magenta. HEX triplet: A2, 0E and 99. RGB value is (162,14,153). Sum of RGB (Red+Green+Blue) = 162+14+153=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E99 is #5DF166. Grayscale: #494949. Windows color (decimal): -6156647 or 10030754. OLE color: 10030754.

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

Color convert

RGB16214153-
CMYK00.910.060.36
HSL303.65º84.09%34.51%-
HSV(B)303.65º91.36%63.53%-
XYZ20.8110.331.03-
YUV74.1172.53190.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 14 (5.86% from 255) = 4.26%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=49.24%
G=4.26%
B=46.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621415300.910.060.36303.6584.0934.51
HexA2E9905B6241305423
Octal24216231013364446012443
Binary10100010111010011001010110111101001001001100001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E99; }

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

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

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

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

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

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

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

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