#A20796

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

Shades of Dark Magenta #A20796

Tints of Dark Magenta #A20796

Color information

#A20796 (or 0xA20796) is unknown color: approx Dark Magenta. HEX triplet: A2, 07 and 96. RGB value is (162,7,150). Sum of RGB (Red+Green+Blue) = 162+7+150=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A20796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20796 is #5DF869. Grayscale: #454545. Windows color (decimal): -6158442 or 9832354. OLE color: 9832354.

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

Color convert

RGB1627150-
CMYK00.960.070.36
HSL304.65º91.72%33.14%-
HSV(B)304.65º95.68%63.53%-
XYZ20.4810.0429.71-
YUV69.65173.35193.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 7 (3.12% from 255) = 2.19%
BLUE value IS 150 (58.98% from 255) = 47.02%
R=50.78%
G=2.19%
B=47.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162715000.960.070.36304.6591.7233.14
HexA27960607241315c21
Octal2427226014074446113441
Binary1010001011110010110011000001111001001001100011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20796; }

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

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

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

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

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

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

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

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