#A20794

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

Shades of Dark Magenta #A20794

Tints of Dark Magenta #A20794

Color information

#A20794 (or 0xA20794) is unknown color: approx Dark Magenta. HEX triplet: A2, 07 and 94. RGB value is (162,7,148). Sum of RGB (Red+Green+Blue) = 162+7+148=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A20794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20794 is #5DF86B. Grayscale: #454545. Windows color (decimal): -6158444 or 9701282. OLE color: 9701282.

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

Color convert

RGB1627148-
CMYK00.960.090.36
HSL305.42º91.72%33.14%-
HSV(B)305.42º95.68%63.53%-
XYZ20.329.9728.87-
YUV69.42172.35194.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.10%
GREEN value IS 7 (3.12% from 255) = 2.21%
BLUE value IS 148 (58.20% from 255) = 46.69%
R=51.10%
G=2.21%
B=46.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162714800.960.090.36305.4291.7233.14
HexA27940609241315c21
Octal24272240140114446113441
Binary10100010111100101000110000010011001001001100011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20794; }

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

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

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

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

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

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

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

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