Color Hex Logo

#a66aad Color Hex

#A66AAD
(166,106,173)
0 Favorites   0 Comments

Color spaces of #a66aad

RGB 166106173
HSL0.820.290.55
HSV294°39°68°
CMYK 0.040.390.00   0.32
XYZ28.422721.432242.1739
Yxy21.43220.30880.2329
Hunter Lab46.294928.5737-21.6057
CIE-Lab53.419335.1373-26.1005

#a66aad color RGB value is (166,106,173).

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

The process color (four color CMYK) of #a66aad color hex is 0.04, 0.39, 0.00, 0.32. Web safe color of #a66aad is #996699. Color #a66aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101010 10101101
Octal 246 152 255
Decimal 166 106 173
Hex A6 6A AD

RGB Percentages of Color #a66aad

%37.30
%23.82
%38.88

CMYK Percentages of Color #a66aad

%4
%39
%0
%32

Triadic Colors of #a66aad

#a66aad #ada66a #6aada6

Analogous Colors of #a66aad

#a66aad #ad6a93 #856aad

Monochromatic Colors of #a66aad

#a66aad

Complementary Color

#a66aad #71ad6a

#a66aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66aad Color CSS Codes

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

#a66aad Text Font Color

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

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


#a66aad Background Color

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

This div background color is #a66aad


#a66aad Border Color

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

This div border color is #a66aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66aad


Comments

No comments written yet.

Please login to write comment.