Color Hex Logo

#a78aaf Color Hex

#A78AAF
(167,138,175)
0 Favorites   0 Comments

Color spaces of #a78aaf

RGB 167138175
HSL0.800.190.61
HSV287°21°69°
CMYK 0.050.210.00   0.31
XYZ32.762729.487644.5223
Yxy29.48760.30680.2762
Hunter Lab54.302512.6663-10.5998
CIE-Lab61.209617.7774-15.3263

#a78aaf color RGB value is (167,138,175).

#a78aaf hex color red value is 167, green value is 138 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a78aaf hue: 0.80 , saturation: 0.19 and the lightness value of a78aaf is 0.61.

The process color (four color CMYK) of #a78aaf color hex is 0.05, 0.21, 0.00, 0.31. Web safe color of #a78aaf is #999999. Color #a78aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001010 10101111
Octal 247 212 257
Decimal 167 138 175
Hex A7 8A AF

RGB Percentages of Color #a78aaf

%34.79
%28.75
%36.46

CMYK Percentages of Color #a78aaf

%5
%21
%0
%31

Triadic Colors of #a78aaf

#a78aaf #afa78a #8aafa7

Analogous Colors of #a78aaf

#a78aaf #af8aa5 #958aaf

Monochromatic Colors of #a78aaf

#a78aaf

Complementary Color

#a78aaf #92af8a

#a78aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78aaf Color CSS Codes

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

#a78aaf Text Font Color

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

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


#a78aaf Background Color

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

This div background color is #a78aaf


#a78aaf Border Color

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

This div border color is #a78aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78aaf


Comments

No comments written yet.

Please login to write comment.