Color Hex Logo

#a478aa Color Hex

#A478AA
(164,120,170)
0 Favorites   0 Comments

Color spaces of #a478aa

RGB 164120170
HSL0.810.230.57
HSV293°29°67°
CMYK 0.040.290.00   0.33
XYZ29.282024.227741.1633
Yxy24.22770.30930.2559
Hunter Lab49.221620.0519-15.1282
CIE-Lab56.315125.9918-19.9339

#a478aa color RGB value is (164,120,170).

#a478aa hex color red value is 164, green value is 120 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a478aa hue: 0.81 , saturation: 0.23 and the lightness value of a478aa is 0.57.

The process color (four color CMYK) of #a478aa color hex is 0.04, 0.29, 0.00, 0.33. Web safe color of #a478aa is #996699. Color #a478aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111000 10101010
Octal 244 170 252
Decimal 164 120 170
Hex A4 78 AA

RGB Percentages of Color #a478aa

%36.12
%26.43
%37.44

CMYK Percentages of Color #a478aa

%4
%29
%0
%33

Triadic Colors of #a478aa

#a478aa #aaa478 #78aaa4

Analogous Colors of #a478aa

#a478aa #aa7897 #8b78aa

Monochromatic Colors of #a478aa

#a478aa

Complementary Color

#a478aa #7eaa78

#a478aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a478aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a478aa Color CSS Codes

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

#a478aa Text Font Color

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

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


#a478aa Background Color

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

This div background color is #a478aa


#a478aa Border Color

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

This div border color is #a478aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a478aa


Comments

No comments written yet.

Please login to write comment.