Color Hex Logo

#a86aaa Color Hex

#A86AAA
(168,106,170)
0 Favorites   0 Comments

Color spaces of #a86aaa

RGB 168106170
HSL0.830.270.54
HSV298°38°67°
CMYK 0.010.380.00   0.33
XYZ28.558221.535240.6817
Yxy21.53520.31460.2372
Hunter Lab46.406028.6381-19.4922
CIE-Lab53.530335.1892-24.1689

#a86aaa color RGB value is (168,106,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101010 10101010
Octal 250 152 252
Decimal 168 106 170
Hex A8 6A AA

RGB Percentages of Color #a86aaa

%37.84
%23.87
%38.29

CMYK Percentages of Color #a86aaa

%1
%38
%0
%33

Triadic Colors of #a86aaa

#a86aaa #aaa86a #6aaaa8

Analogous Colors of #a86aaa

#a86aaa #aa6a8c #886aaa

Monochromatic Colors of #a86aaa

#a86aaa

Complementary Color

#a86aaa #6caa6a

#a86aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86aaa Color CSS Codes

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

#a86aaa Text Font Color

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

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


#a86aaa Background Color

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

This div background color is #a86aaa


#a86aaa Border Color

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

This div border color is #a86aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86aaa


Comments

No comments written yet.

Please login to write comment.