Color Hex Logo

#a780aa Color Hex

#A780AA
(167,128,170)
0 Favorites   0 Comments

Color spaces of #a780aa

RGB 167128170
HSL0.820.200.58
HSV296°25°67°
CMYK 0.020.250.00   0.33
XYZ30.911226.556141.5269
Yxy26.55610.31230.2683
Hunter Lab51.532616.8890-11.7053
CIE-Lab58.561222.4604-16.4858

#a780aa color RGB value is (167,128,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000000 10101010
Octal 247 200 252
Decimal 167 128 170
Hex A7 80 AA

RGB Percentages of Color #a780aa

%35.91
%27.53
%36.56

CMYK Percentages of Color #a780aa

%2
%25
%0
%33

Triadic Colors of #a780aa

#a780aa #aaa780 #80aaa7

Analogous Colors of #a780aa

#a780aa #aa8098 #9280aa

Monochromatic Colors of #a780aa

#a780aa

Complementary Color

#a780aa #83aa80

#a780aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a780aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a780aa Color CSS Codes

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

#a780aa Text Font Color

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

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


#a780aa Background Color

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

This div background color is #a780aa


#a780aa Border Color

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

This div border color is #a780aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a780aa


Comments

No comments written yet.

Please login to write comment.