Color Hex Logo

#a663aa Color Hex

#A663AA
(166,99,170)
0 Favorites   0 Comments

Color spaces of #a663aa

RGB 16699170
HSL0.820.290.53
HSV297°42°67°
CMYK 0.020.420.00   0.33
XYZ27.443419.933040.4312
Yxy19.93300.31250.2270
Hunter Lab44.646431.5898-22.4398
CIE-Lab51.761438.3985-26.9226

#a663aa color RGB value is (166,99,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100011 10101010
Octal 246 143 252
Decimal 166 99 170
Hex A6 63 AA

RGB Percentages of Color #a663aa

%38.16
%22.76
%39.08

CMYK Percentages of Color #a663aa

%2
%42
%0
%33

Triadic Colors of #a663aa

#a663aa #aaa663 #63aaa6

Analogous Colors of #a663aa

#a663aa #aa638b #8363aa

Monochromatic Colors of #a663aa

#a663aa

Complementary Color

#a663aa #67aa63

#a663aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a663aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a663aa Color CSS Codes

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

#a663aa Text Font Color

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

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


#a663aa Background Color

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

This div background color is #a663aa


#a663aa Border Color

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

This div border color is #a663aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a663aa


Comments

No comments written yet.

Please login to write comment.