#A6079E

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

Shades of Dark Magenta #A6079E

Tints of Dark Magenta #A6079E

Color information

#A6079E (or 0xA6079E) is unknown color: approx Dark Magenta. HEX triplet: A6, 07 and 9E. RGB value is (166,7,158). Sum of RGB (Red+Green+Blue) = 166+7+158=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A6079E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6079E is #59F861. Grayscale: #474747. Windows color (decimal): -5896290 or 10356646. OLE color: 10356646.

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

Color convert

RGB1667158-
CMYK00.960.050.35
HSL303.02º91.91%33.92%-
HSV(B)303.02º95.78%65.1%-
XYZ21.9710.7333.26-
YUV71.76176.68195.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.15%
GREEN value IS 7 (3.12% from 255) = 2.11%
BLUE value IS 158 (62.11% from 255) = 47.73%
R=50.15%
G=2.11%
B=47.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166715800.960.050.35303.0291.9133.92
HexA679E06052312f5c22
Octal2467236014054345713442
Binary1010011011110011110011000001011000111001011111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6079E; }

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

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

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

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

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

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

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

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