Color Hex Logo

#a6497e Color Hex

#A6497E
(166,73,126)
0 Favorites   0 Comments

Color spaces of #a6497e

RGB 16673126
HSL0.910.390.47
HSV326°56°65°
CMYK 0.000.560.24   0.35
XYZ21.874314.378421.3611
Yxy14.37840.37970.2496
Hunter Lab37.918936.6135-6.8571
CIE-Lab44.770844.4662-11.4348

#a6497e color RGB value is (166,73,126).

#a6497e hex color red value is 166, green value is 73 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a6497e hue: 0.91 , saturation: 0.39 and the lightness value of a6497e is 0.47.

The process color (four color CMYK) of #a6497e color hex is 0.00, 0.56, 0.24, 0.35. Web safe color of #a6497e is #993366. Color #a6497e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001001 01111110
Octal 246 111 176
Decimal 166 73 126
Hex A6 49 7E

RGB Percentages of Color #a6497e

%45.48
%20.00
%34.52

CMYK Percentages of Color #a6497e

%0
%56
%24
%35

Triadic Colors of #a6497e

#a6497e #7ea649 #497ea6

Analogous Colors of #a6497e

#a6497e #a64950 #a049a6

Monochromatic Colors of #a6497e

#a6497e

Complementary Color

#a6497e #49a671

#a6497e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6497e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6497e Color CSS Codes

.mybgcolor {background-color:#a6497e; } 
.myforecolor {color:#a6497e; }
.mybordercolor {border:3px solid #a6497e; }

#a6497e Text Font Color

<p style="color:#a6497e">Text here</p>

This sample text font color is #a6497e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a6497e Background Color

<div style="background-color:#a6497e">
Div content here</div>

This div background color is #a6497e


#a6497e Border Color

<div style="border:3px solid #a6497e">
Div here</div>

This div border color is #a6497e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,73,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6497e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6497e;
  -webkit-box-shadow: 1px 1px 3px 2px #a6497e;
  box-shadow:         1px 1px 3px 2px #a6497e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,73,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a6497e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a6497e;
  -webkit-box-shadow: 1px 1px 3px 2px #a6497e;
  box-shadow:         1px 1px 3px 2px #a6497e;">
Div content here</div>

This div box has shadow with color #a6497e


Comments

No comments written yet.

Please login to write comment.