Color Hex Logo

#a47aaf Color Hex

#A47AAF
(164,122,175)
0 Favorites   0 Comments

Color spaces of #a47aaf

RGB 164122175
HSL0.800.250.58
HSV288°30°69°
CMYK 0.060.300.00   0.31
XYZ30.007224.906743.7834
Yxy24.90670.30400.2524
Hunter Lab49.906619.9896-17.0809
CIE-Lab56.984425.8717-21.7853

#a47aaf color RGB value is (164,122,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111010 10101111
Octal 244 172 257
Decimal 164 122 175
Hex A4 7A AF

RGB Percentages of Color #a47aaf

%35.57
%26.46
%37.96

CMYK Percentages of Color #a47aaf

%6
%30
%0
%31

Triadic Colors of #a47aaf

#a47aaf #afa47a #7aafa4

Analogous Colors of #a47aaf

#a47aaf #af7aa0 #8a7aaf

Monochromatic Colors of #a47aaf

#a47aaf

Complementary Color

#a47aaf #85af7a

#a47aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47aaf Color CSS Codes

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

#a47aaf Text Font Color

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

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


#a47aaf Background Color

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

This div background color is #a47aaf


#a47aaf Border Color

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

This div border color is #a47aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47aaf


Comments

No comments written yet.

Please login to write comment.