Color Hex Logo

#a987aa Color Hex

#A987AA
(169,135,170)
0 Favorites   0 Comments

Color spaces of #a987aa

RGB 169135170
HSL0.830.170.60
HSV298°21°67°
CMYK 0.010.210.00   0.33
XYZ32.281928.665241.8617
Yxy28.66520.31400.2788
Hunter Lab53.539913.9318-8.8797
CIE-Lab60.485019.1771-13.5576

#a987aa color RGB value is (169,135,170).

#a987aa hex color red value is 169, green value is 135 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a987aa hue: 0.83 , saturation: 0.17 and the lightness value of a987aa is 0.60.

The process color (four color CMYK) of #a987aa color hex is 0.01, 0.21, 0.00, 0.33. Web safe color of #a987aa is #999999. Color #a987aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000111 10101010
Octal 251 207 252
Decimal 169 135 170
Hex A9 87 AA

RGB Percentages of Color #a987aa

%35.65
%28.48
%35.86

CMYK Percentages of Color #a987aa

%1
%21
%0
%33

Triadic Colors of #a987aa

#a987aa #aaa987 #87aaa9

Analogous Colors of #a987aa

#a987aa #aa879a #9887aa

Monochromatic Colors of #a987aa

#a987aa

Complementary Color

#a987aa #88aa87

#a987aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a987aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a987aa Color CSS Codes

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

#a987aa Text Font Color

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

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


#a987aa Background Color

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

This div background color is #a987aa


#a987aa Border Color

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

This div border color is #a987aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a987aa


Comments

No comments written yet.

Please login to write comment.