#A80796

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

Shades of Dark Magenta #A80796

Tints of Dark Magenta #A80796

Color information

#A80796 (or 0xA80796) is unknown color: approx Dark Magenta. HEX triplet: A8, 07 and 96. RGB value is (168,7,150). Sum of RGB (Red+Green+Blue) = 168+7+150=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A80796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80796 is #57F869. Grayscale: #474747. Windows color (decimal): -5765226 or 9832360. OLE color: 9832360.

HSL color Cylindrical-coordinate representation of color #A80796: hue angle of 306.71º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80796 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB1687150-
CMYK00.960.110.34
HSL306.71º92%34.31%-
HSV(B)306.71º95.83%65.88%-
XYZ21.7310.6829.77-
YUV71.44172.34196.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.69%
GREEN value IS 7 (3.12% from 255) = 2.15%
BLUE value IS 150 (58.98% from 255) = 46.15%
R=51.69%
G=2.15%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168715000.960.110.34306.719234.31
HexA8796060B221335c22
Octal25072260140134246313442
Binary10101000111100101100110000010111000101001100111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80796; }

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

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

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

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

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

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

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

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