Color Hex Logo

#a06eaa Color Hex

#A06EAA
(160,110,170)
0 Favorites   0 Comments

Color spaces of #a06eaa

RGB 160110170
HSL0.810.260.55
HSV290°35°67°
CMYK 0.060.350.00   0.33
XYZ27.328821.527740.7451
Yxy21.52770.30500.2403
Hunter Lab46.398023.9416-19.5879
CIE-Lab53.522330.3478-24.2576

#a06eaa color RGB value is (160,110,170).

#a06eaa hex color red value is 160, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a06eaa hue: 0.81 , saturation: 0.26 and the lightness value of a06eaa is 0.55.

The process color (four color CMYK) of #a06eaa color hex is 0.06, 0.35, 0.00, 0.33. Web safe color of #a06eaa is #996699. Color #a06eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101110 10101010
Octal 240 156 252
Decimal 160 110 170
Hex A0 6E AA

RGB Percentages of Color #a06eaa

%36.36
%25.00
%38.64

CMYK Percentages of Color #a06eaa

%6
%35
%0
%33

Triadic Colors of #a06eaa

#a06eaa #aaa06e #6eaaa0

Analogous Colors of #a06eaa

#a06eaa #aa6e96 #826eaa

Monochromatic Colors of #a06eaa

#a06eaa

Complementary Color

#a06eaa #78aa6e

#a06eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06eaa Color CSS Codes

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

#a06eaa Text Font Color

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

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


#a06eaa Background Color

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

This div background color is #a06eaa


#a06eaa Border Color

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

This div border color is #a06eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06eaa


Comments

No comments written yet.

Please login to write comment.