Color Hex Logo

#a66eaa Color Hex

#A66EAA
(166,110,170)
0 Favorites   0 Comments

Color spaces of #a66eaa

RGB 166110170
HSL0.820.260.55
HSV296°35°67°
CMYK 0.020.350.00   0.33
XYZ28.557522.161140.8026
Yxy22.16110.31200.2421
Hunter Lab47.075625.9014-18.4365
CIE-Lab54.197532.3107-23.1612

#a66eaa color RGB value is (166,110,170).

#a66eaa hex color red value is 166, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a66eaa hue: 0.82 , saturation: 0.26 and the lightness value of a66eaa is 0.55.

The process color (four color CMYK) of #a66eaa color hex is 0.02, 0.35, 0.00, 0.33. Web safe color of #a66eaa is #996699. Color #a66eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101110 10101010
Octal 246 156 252
Decimal 166 110 170
Hex A6 6E AA

RGB Percentages of Color #a66eaa

%37.22
%24.66
%38.12

CMYK Percentages of Color #a66eaa

%2
%35
%0
%33

Triadic Colors of #a66eaa

#a66eaa #aaa66e #6eaaa6

Analogous Colors of #a66eaa

#a66eaa #aa6e90 #886eaa

Monochromatic Colors of #a66eaa

#a66eaa

Complementary Color

#a66eaa #72aa6e

#a66eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66eaa Color CSS Codes

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

#a66eaa Text Font Color

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

This sample text font color is #a66eaa
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.


#a66eaa Background Color

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

This div background color is #a66eaa


#a66eaa Border Color

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

This div border color is #a66eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66eaa


Comments

No comments written yet.

Please login to write comment.