Color Hex Logo

#a779aa Color Hex

#A779AA
(167,121,170)
0 Favorites   0 Comments

Color spaces of #a779aa

RGB 167121170
HSL0.820.220.57
HSV296°29°67°
CMYK 0.020.290.00   0.33
XYZ30.029424.792541.2329
Yxy24.79250.31260.2581
Hunter Lab49.792120.5165-14.2437
CIE-Lab56.872726.4372-19.0539

#a779aa color RGB value is (167,121,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111001 10101010
Octal 247 171 252
Decimal 167 121 170
Hex A7 79 AA

RGB Percentages of Color #a779aa

%36.46
%26.42
%37.12

CMYK Percentages of Color #a779aa

%2
%29
%0
%33

Triadic Colors of #a779aa

#a779aa #aaa779 #79aaa7

Analogous Colors of #a779aa

#a779aa #aa7995 #8f79aa

Monochromatic Colors of #a779aa

#a779aa

Complementary Color

#a779aa #7caa79

#a779aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a779aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a779aa Color CSS Codes

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

#a779aa Text Font Color

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

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


#a779aa Background Color

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

This div background color is #a779aa


#a779aa Border Color

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

This div border color is #a779aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a779aa


Comments

No comments written yet.

Please login to write comment.