Color Hex Logo

#a778aa Color Hex

#A778AA
(167,120,170)
0 Favorites   0 Comments

Color spaces of #a778aa

RGB 167120170
HSL0.820.230.57
HSV296°29°67°
CMYK 0.020.290.00   0.33
XYZ29.908524.550741.1926
Yxy24.55070.31270.2567
Hunter Lab49.548721.0358-14.6071
CIE-Lab56.635027.0041-19.4166

#a778aa color RGB value is (167,120,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111000 10101010
Octal 247 170 252
Decimal 167 120 170
Hex A7 78 AA

RGB Percentages of Color #a778aa

%36.54
%26.26
%37.20

CMYK Percentages of Color #a778aa

%2
%29
%0
%33

Triadic Colors of #a778aa

#a778aa #aaa778 #78aaa7

Analogous Colors of #a778aa

#a778aa #aa7894 #8e78aa

Monochromatic Colors of #a778aa

#a778aa

Complementary Color

#a778aa #7baa78

#a778aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a778aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a778aa Color CSS Codes

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

#a778aa Text Font Color

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

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


#a778aa Background Color

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

This div background color is #a778aa


#a778aa Border Color

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

This div border color is #a778aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a778aa


Comments

No comments written yet.

Please login to write comment.