Color Hex Logo

#a456aa Color Hex

#A456AA
(164,86,170)
0 Favorites   0 Comments

Color spaces of #a456aa

RGB 16486170
HSL0.820.330.50
HSV296°49°67°
CMYK 0.040.490.00   0.33
XYZ25.893317.450440.0337
Yxy17.45040.31060.2093
Hunter Lab41.773737.5388-27.5789
CIE-Lab48.822644.7226-31.5168

#a456aa color RGB value is (164,86,170).

#a456aa hex color red value is 164, green value is 86 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a456aa hue: 0.82 , saturation: 0.33 and the lightness value of a456aa is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010110 10101010
Octal 244 126 252
Decimal 164 86 170
Hex A4 56 AA

RGB Percentages of Color #a456aa

%39.05
%20.48
%40.48

CMYK Percentages of Color #a456aa

%4
%49
%0
%33

Triadic Colors of #a456aa

#a456aa #aaa456 #56aaa4

Analogous Colors of #a456aa

#a456aa #aa5686 #7a56aa

Monochromatic Colors of #a456aa

#a456aa

Complementary Color

#a456aa #5caa56

#a456aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a456aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a456aa Color CSS Codes

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

#a456aa Text Font Color

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

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


#a456aa Background Color

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

This div background color is #a456aa


#a456aa Border Color

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

This div border color is #a456aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a456aa


Comments

No comments written yet.

Please login to write comment.