#A20493

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

Shades of Dark Magenta #A20493

Tints of Dark Magenta #A20493

Color information

#A20493 (or 0xA20493) is unknown color: approx Dark Magenta. HEX triplet: A2, 04 and 93. RGB value is (162,4,147). Sum of RGB (Red+Green+Blue) = 162+4+147=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A20493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20493 is #5DFB6C. Grayscale: #434343. Windows color (decimal): -6159213 or 9634978. OLE color: 9634978.

HSL color Cylindrical-coordinate representation of color #A20493: hue angle of 305.7º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20493 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB1624147-
CMYK00.980.090.36
HSL305.7º95.18%32.55%-
HSV(B)305.7º97.53%63.53%-
XYZ20.219.8728.44-
YUV67.54172.85195.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 4 (1.95% from 255) = 1.28%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=51.76%
G=1.28%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162414700.980.090.36305.795.1832.55
HexA24930629241325f21
Octal24242230142114446213741
Binary10100010100100100110110001010011001001001100101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20493; }

 p { color: rgb(162,4,147); }

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

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

 a { background-color: rgb(162,4,147); }

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

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

 span { border-color: rgb(162,4,147); }

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