Color Hex Logo

#a979aa Color Hex

#A979AA
(169,121,170)
0 Favorites   0 Comments

Color spaces of #a979aa

RGB 169121170
HSL0.830.220.57
HSV299°29°67°
CMYK 0.010.290.00   0.33
XYZ30.455325.012041.2528
Yxy25.01200.31490.2586
Hunter Lab50.012021.1783-13.8974
CIE-Lab57.087127.1154-18.7075

#a979aa color RGB value is (169,121,170).

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

The process color (four color CMYK) of #a979aa color hex is 0.01, 0.29, 0.00, 0.33. Web safe color of #a979aa is #996699. Color #a979aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111001 10101010
Octal 251 171 252
Decimal 169 121 170
Hex A9 79 AA

RGB Percentages of Color #a979aa

%36.74
%26.30
%36.96

CMYK Percentages of Color #a979aa

%1
%29
%0
%33

Triadic Colors of #a979aa

#a979aa #aaa979 #79aaa9

Analogous Colors of #a979aa

#a979aa #aa7993 #9179aa

Monochromatic Colors of #a979aa

#a979aa

Complementary Color

#a979aa #7aaa79

#a979aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a979aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a979aa Color CSS Codes

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

#a979aa Text Font Color

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

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


#a979aa Background Color

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

This div background color is #a979aa


#a979aa Border Color

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

This div border color is #a979aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a979aa


Comments

No comments written yet.

Please login to write comment.