Color Hex Logo

#a66aaa Color Hex

#A66AAA
(166,106,170)
0 Favorites   0 Comments

Color spaces of #a66aaa

RGB 166106170
HSL0.820.270.54
HSV296°38°67°
CMYK 0.020.380.00   0.33
XYZ28.135621.317340.6620
Yxy21.31730.31220.2366
Hunter Lab46.170727.9761-19.8966
CIE-Lab53.295034.5434-24.5514

#a66aaa color RGB value is (166,106,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101010 10101010
Octal 246 152 252
Decimal 166 106 170
Hex A6 6A AA

RGB Percentages of Color #a66aaa

%37.56
%23.98
%38.46

CMYK Percentages of Color #a66aaa

%2
%38
%0
%33

Triadic Colors of #a66aaa

#a66aaa #aaa66a #6aaaa6

Analogous Colors of #a66aaa

#a66aaa #aa6a8e #866aaa

Monochromatic Colors of #a66aaa

#a66aaa

Complementary Color

#a66aaa #6eaa6a

#a66aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66aaa Color CSS Codes

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

#a66aaa Text Font Color

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

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


#a66aaa Background Color

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

This div background color is #a66aaa


#a66aaa Border Color

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

This div border color is #a66aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,106,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 #a66aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66aaa


Comments

No comments written yet.

Please login to write comment.