Color Hex Logo

#a776ac Color Hex

#A776AC
(167,118,172)
0 Favorites   0 Comments

Color spaces of #a776ac

RGB 167118172
HSL0.820.250.57
HSV294°31°67°
CMYK 0.030.310.00   0.33
XYZ29.861224.150942.1175
Yxy24.15090.31060.2512
Hunter Lab49.143622.4611-16.4128
CIE-Lab56.238628.5335-21.1747

#a776ac color RGB value is (167,118,172).

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

The process color (four color CMYK) of #a776ac color hex is 0.03, 0.31, 0.00, 0.33. Web safe color of #a776ac is #996699. Color #a776ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110110 10101100
Octal 247 166 254
Decimal 167 118 172
Hex A7 76 AC

RGB Percentages of Color #a776ac

%36.54
%25.82
%37.64

CMYK Percentages of Color #a776ac

%3
%31
%0
%33

Triadic Colors of #a776ac

#a776ac #aca776 #76aca7

Analogous Colors of #a776ac

#a776ac #ac7696 #8c76ac

Monochromatic Colors of #a776ac

#a776ac

Complementary Color

#a776ac #7bac76

#a776ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a776ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a776ac Color CSS Codes

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

#a776ac Text Font Color

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

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


#a776ac Background Color

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

This div background color is #a776ac


#a776ac Border Color

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

This div border color is #a776ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a776ac


Comments

No comments written yet.

Please login to write comment.