Color Hex Logo

#a77aaf Color Hex

#A77AAF
(167,122,175)
0 Favorites   0 Comments

Color spaces of #a77aaf

RGB 167122175
HSL0.810.250.58
HSV291°30°69°
CMYK 0.050.300.00   0.31
XYZ30.633725.229743.8127
Yxy25.22970.30730.2531
Hunter Lab50.229220.9623-16.5556
CIE-Lab57.298526.8708-21.2766

#a77aaf color RGB value is (167,122,175).

#a77aaf hex color red value is 167, green value is 122 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a77aaf hue: 0.81 , saturation: 0.25 and the lightness value of a77aaf is 0.58.

The process color (four color CMYK) of #a77aaf color hex is 0.05, 0.30, 0.00, 0.31. Web safe color of #a77aaf is #996699. Color #a77aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111010 10101111
Octal 247 172 257
Decimal 167 122 175
Hex A7 7A AF

RGB Percentages of Color #a77aaf

%35.99
%26.29
%37.72

CMYK Percentages of Color #a77aaf

%5
%30
%0
%31

Triadic Colors of #a77aaf

#a77aaf #afa77a #7aafa7

Analogous Colors of #a77aaf

#a77aaf #af7a9d #8d7aaf

Monochromatic Colors of #a77aaf

#a77aaf

Complementary Color

#a77aaf #82af7a

#a77aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77aaf Color CSS Codes

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

#a77aaf Text Font Color

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

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


#a77aaf Background Color

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

This div background color is #a77aaf


#a77aaf Border Color

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

This div border color is #a77aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,122,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a77aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77aaf


Comments

No comments written yet.

Please login to write comment.