Color Hex Logo

#a776ab Color Hex

#A776AB
(167,118,171)
0 Favorites   0 Comments

Color spaces of #a776ab

RGB 167118171
HSL0.820.240.57
HSV295°31°67°
CMYK 0.020.310.00   0.33
XYZ29.765524.112641.6135
Yxy24.11260.31170.2525
Hunter Lab49.104622.2675-15.8719
CIE-Lab56.200428.3347-20.6569

#a776ab color RGB value is (167,118,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110110 10101011
Octal 247 166 253
Decimal 167 118 171
Hex A7 76 AB

RGB Percentages of Color #a776ab

%36.62
%25.88
%37.50

CMYK Percentages of Color #a776ab

%2
%31
%0
%33

Triadic Colors of #a776ab

#a776ab #aba776 #76aba7

Analogous Colors of #a776ab

#a776ab #ab7695 #8d76ab

Monochromatic Colors of #a776ab

#a776ab

Complementary Color

#a776ab #7aab76

#a776ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a776ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a776ab Color CSS Codes

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

#a776ab Text Font Color

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

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


#a776ab Background Color

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

This div background color is #a776ab


#a776ab Border Color

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

This div border color is #a776ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a776ab


Comments

No comments written yet.

Please login to write comment.