Color Hex Logo

#a856aa Color Hex

#A856AA
(168,86,170)
0 Favorites   0 Comments

Color spaces of #a856aa

RGB 16886170
HSL0.830.330.50
HSV299°49°67°
CMYK 0.010.490.00   0.33
XYZ26.731917.882740.0730
Yxy17.88270.31570.2112
Hunter Lab42.287938.8331-26.5830
CIE-Lab49.353545.8962-30.6483

#a856aa color RGB value is (168,86,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010110 10101010
Octal 250 126 252
Decimal 168 86 170
Hex A8 56 AA

RGB Percentages of Color #a856aa

%39.62
%20.28
%40.09

CMYK Percentages of Color #a856aa

%1
%49
%0
%33

Triadic Colors of #a856aa

#a856aa #aaa856 #56aaa8

Analogous Colors of #a856aa

#a856aa #aa5682 #7e56aa

Monochromatic Colors of #a856aa

#a856aa

Complementary Color

#a856aa #58aa56

#a856aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a856aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a856aa Color CSS Codes

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

#a856aa Text Font Color

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

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


#a856aa Background Color

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

This div background color is #a856aa


#a856aa Border Color

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

This div border color is #a856aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a856aa


Comments

No comments written yet.

Please login to write comment.