Color Hex Logo

#a78aaa Color Hex

#A78AAA
(167,138,170)
0 Favorites   0 Comments

Color spaces of #a78aaa

RGB 167138170
HSL0.820.160.60
HSV294°19°67°
CMYK 0.020.190.00   0.33
XYZ32.280529.294741.9833
Yxy29.29470.31170.2829
Hunter Lab54.124611.7414-8.1028
CIE-Lab61.040816.7763-12.7399

#a78aaa color RGB value is (167,138,170).

#a78aaa hex color red value is 167, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a78aaa hue: 0.82 , saturation: 0.16 and the lightness value of a78aaa is 0.60.

The process color (four color CMYK) of #a78aaa color hex is 0.02, 0.19, 0.00, 0.33. Web safe color of #a78aaa is #999999. Color #a78aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001010 10101010
Octal 247 212 252
Decimal 167 138 170
Hex A7 8A AA

RGB Percentages of Color #a78aaa

%35.16
%29.05
%35.79

CMYK Percentages of Color #a78aaa

%2
%19
%0
%33

Triadic Colors of #a78aaa

#a78aaa #aaa78a #8aaaa7

Analogous Colors of #a78aaa

#a78aaa #aa8a9d #978aaa

Monochromatic Colors of #a78aaa

#a78aaa

Complementary Color

#a78aaa #8daa8a

#a78aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78aaa Color CSS Codes

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

#a78aaa Text Font Color

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

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


#a78aaa Background Color

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

This div background color is #a78aaa


#a78aaa Border Color

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

This div border color is #a78aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78aaa


Comments

No comments written yet.

Please login to write comment.