#A20996

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

Shades of Dark Magenta #A20996

Tints of Dark Magenta #A20996

Color information

#A20996 (or 0xA20996) is unknown color: approx Dark Magenta. HEX triplet: A2, 09 and 96. RGB value is (162,9,150). Sum of RGB (Red+Green+Blue) = 162+9+150=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A20996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20996 is #5DF669. Grayscale: #464646. Windows color (decimal): -6157930 or 9832866. OLE color: 9832866.

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

Color convert

RGB1629150-
CMYK00.940.070.36
HSL304.71º89.47%33.53%-
HSV(B)304.71º94.44%63.53%-
XYZ20.510.0829.72-
YUV70.82172.69193.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 9 (3.91% from 255) = 2.80%
BLUE value IS 150 (58.98% from 255) = 46.73%
R=50.47%
G=2.80%
B=46.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162915000.940.070.36304.7189.4733.53
HexA299605E7241315922
Octal24211226013674446113142
Binary10100010100110010110010111101111001001001100011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20996; }

 p { color: rgb(162,9,150); }

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

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

 a { background-color: rgb(162,9,150); }

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

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

 span { border-color: rgb(162,9,150); }

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