Color Hex Logo

#a76eaf Color Hex

#A76EAF
(167,110,175)
0 Favorites   0 Comments

Color spaces of #a76eaf

RGB 167110175
HSL0.810.290.56
HSV293°37°69°
CMYK 0.050.370.00   0.31
XYZ29.250122.462543.3515
Yxy22.46250.30770.2363
Hunter Lab47.394627.2226-21.0559
CIE-Lab54.514333.6309-25.5570

#a76eaf color RGB value is (167,110,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101110 10101111
Octal 247 156 257
Decimal 167 110 175
Hex A7 6E AF

RGB Percentages of Color #a76eaf

%36.95
%24.34
%38.72

CMYK Percentages of Color #a76eaf

%5
%37
%0
%31

Triadic Colors of #a76eaf

#a76eaf #afa76e #6eafa7

Analogous Colors of #a76eaf

#a76eaf #af6e97 #876eaf

Monochromatic Colors of #a76eaf

#a76eaf

Complementary Color

#a76eaf #76af6e

#a76eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76eaf Color CSS Codes

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

#a76eaf Text Font Color

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

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


#a76eaf Background Color

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

This div background color is #a76eaf


#a76eaf Border Color

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

This div border color is #a76eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76eaf


Comments

No comments written yet.

Please login to write comment.