Color Hex Logo

#a683aa Color Hex

#A683AA
(166,131,170)
0 Favorites   0 Comments

Color spaces of #a683aa

RGB 166131170
HSL0.820.190.59
HSV294°23°67°
CMYK 0.020.230.00   0.33
XYZ31.097927.241941.6494
Yxy27.24190.31100.2724
Hunter Lab52.193815.0141-10.7764
CIE-Lab59.197620.4083-15.5311

#a683aa color RGB value is (166,131,170).

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

The process color (four color CMYK) of #a683aa color hex is 0.02, 0.23, 0.00, 0.33. Web safe color of #a683aa is #999999. Color #a683aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000011 10101010
Octal 246 203 252
Decimal 166 131 170
Hex A6 83 AA

RGB Percentages of Color #a683aa

%35.55
%28.05
%36.40

CMYK Percentages of Color #a683aa

%2
%23
%0
%33

Triadic Colors of #a683aa

#a683aa #aaa683 #83aaa6

Analogous Colors of #a683aa

#a683aa #aa839b #9383aa

Monochromatic Colors of #a683aa

#a683aa

Complementary Color

#a683aa #87aa83

#a683aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a683aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a683aa Color CSS Codes

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

#a683aa Text Font Color

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

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


#a683aa Background Color

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

This div background color is #a683aa


#a683aa Border Color

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

This div border color is #a683aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a683aa


Comments

No comments written yet.

Please login to write comment.