Color Hex Logo

#a666aa Color Hex

#A666AA
(166,102,170)
0 Favorites   0 Comments

Color spaces of #a666aa

RGB 166102170
HSL0.820.290.53
HSV296°40°67°
CMYK 0.020.400.00   0.33
XYZ27.733020.512040.5277
Yxy20.51200.31240.2311
Hunter Lab45.290230.0449-21.3523
CIE-Lab52.411236.7558-25.9164

#a666aa color RGB value is (166,102,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100110 10101010
Octal 246 146 252
Decimal 166 102 170
Hex A6 66 AA

RGB Percentages of Color #a666aa

%37.90
%23.29
%38.81

CMYK Percentages of Color #a666aa

%2
%40
%0
%33

Triadic Colors of #a666aa

#a666aa #aaa666 #66aaa6

Analogous Colors of #a666aa

#a666aa #aa668c #8466aa

Monochromatic Colors of #a666aa

#a666aa

Complementary Color

#a666aa #6aaa66

#a666aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a666aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a666aa Color CSS Codes

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

#a666aa Text Font Color

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

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


#a666aa Background Color

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

This div background color is #a666aa


#a666aa Border Color

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

This div border color is #a666aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a666aa


Comments

No comments written yet.

Please login to write comment.