Color Hex Logo

#a066aa Color Hex

#A066AA
(160,102,170)
0 Favorites   0 Comments

Color spaces of #a066aa

RGB 160102170
HSL0.810.290.53
HSV291°40°67°
CMYK 0.060.400.00   0.33
XYZ26.504319.878640.4702
Yxy19.87860.30520.2289
Hunter Lab44.585428.0868-22.6078
CIE-Lab51.699734.8511-27.0752

#a066aa color RGB value is (160,102,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100110 10101010
Octal 240 146 252
Decimal 160 102 170
Hex A0 66 AA

RGB Percentages of Color #a066aa

%37.04
%23.61
%39.35

CMYK Percentages of Color #a066aa

%6
%40
%0
%33

Triadic Colors of #a066aa

#a066aa #aaa066 #66aaa0

Analogous Colors of #a066aa

#a066aa #aa6692 #7e66aa

Monochromatic Colors of #a066aa

#a066aa

Complementary Color

#a066aa #70aa66

#a066aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a066aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a066aa Color CSS Codes

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

#a066aa Text Font Color

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

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


#a066aa Background Color

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

This div background color is #a066aa


#a066aa Border Color

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

This div border color is #a066aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a066aa


Comments

No comments written yet.

Please login to write comment.