Color Hex Logo

#a777aa Color Hex

#A777AA
(167,119,170)
0 Favorites   0 Comments

Color spaces of #a777aa

RGB 167119170
HSL0.820.230.57
HSV296°30°67°
CMYK 0.020.300.00   0.33
XYZ29.788924.311441.1527
Yxy24.31140.31270.2552
Hunter Lab49.306621.5554-14.9705
CIE-Lab56.398227.5707-19.7780

#a777aa color RGB value is (167,119,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110111 10101010
Octal 247 167 252
Decimal 167 119 170
Hex A7 77 AA

RGB Percentages of Color #a777aa

%36.62
%26.10
%37.28

CMYK Percentages of Color #a777aa

%2
%30
%0
%33

Triadic Colors of #a777aa

#a777aa #aaa777 #77aaa7

Analogous Colors of #a777aa

#a777aa #aa7794 #8e77aa

Monochromatic Colors of #a777aa

#a777aa

Complementary Color

#a777aa #7aaa77

#a777aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a777aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a777aa Color CSS Codes

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

#a777aa Text Font Color

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

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


#a777aa Background Color

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

This div background color is #a777aa


#a777aa Border Color

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

This div border color is #a777aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a777aa


Comments

No comments written yet.

Please login to write comment.