#A60796

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

Shades of Dark Magenta #A60796

Tints of Dark Magenta #A60796

Color information

#A60796 (or 0xA60796) is unknown color: approx Dark Magenta. HEX triplet: A6, 07 and 96. RGB value is (166,7,150). Sum of RGB (Red+Green+Blue) = 166+7+150=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A60796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A60796 is #59F869. Grayscale: #464646. Windows color (decimal): -5896298 or 9832358. OLE color: 9832358.

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

Color convert

RGB1667150-
CMYK00.960.100.35
HSL306.04º91.91%33.92%-
HSV(B)306.04º95.78%65.1%-
XYZ21.3110.4629.75-
YUV70.84172.68195.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.39%
GREEN value IS 7 (3.12% from 255) = 2.17%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=51.39%
G=2.17%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166715000.960.100.35306.0491.9133.92
HexA6796060A231325c22
Octal24672260140124346213442
Binary10100110111100101100110000010101000111001100101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60796; }

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

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

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

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

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

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

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

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