#A20E9A

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

Shades of Dark Magenta #A20E9A

Tints of Dark Magenta #A20E9A

Color information

#A20E9A (or 0xA20E9A) is unknown color: approx Dark Magenta. HEX triplet: A2, 0E and 9A. RGB value is (162,14,154). Sum of RGB (Red+Green+Blue) = 162+14+154=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E9A is #5DF165. Grayscale: #494949. Windows color (decimal): -6156646 or 10096290. OLE color: 10096290.

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

Color convert

RGB16214154-
CMYK00.910.050.36
HSL303.24º84.09%34.51%-
HSV(B)303.24º91.36%63.53%-
XYZ20.8910.3331.46-
YUV74.21173.03190.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 14 (5.86% from 255) = 4.24%
BLUE value IS 154 (60.55% from 255) = 46.67%
R=49.09%
G=4.24%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621415400.910.050.36303.2484.0934.51
HexA2E9A05B52412f5423
Octal24216232013354445712443
Binary10100010111010011010010110111011001001001011111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E9A; }

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

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

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

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

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

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

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

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