Color Hex Logo

#a066ab Color Hex

#A066AB
(160,102,171)
0 Favorites   0 Comments

Color spaces of #a066ab

RGB 160102171
HSL0.810.290.54
HSV290°40°67°
CMYK 0.060.400.00   0.33
XYZ26.599319.916640.9704
Yxy19.91660.30400.2277
Hunter Lab44.628028.2910-23.1911
CIE-Lab51.742835.0551-27.5908

#a066ab color RGB value is (160,102,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100110 10101011
Octal 240 146 253
Decimal 160 102 171
Hex A0 66 AB

RGB Percentages of Color #a066ab

%36.95
%23.56
%39.49

CMYK Percentages of Color #a066ab

%6
%40
%0
%33

Triadic Colors of #a066ab

#a066ab #aba066 #66aba0

Analogous Colors of #a066ab

#a066ab #ab6694 #7e66ab

Monochromatic Colors of #a066ab

#a066ab

Complementary Color

#a066ab #71ab66

#a066ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a066ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a066ab Color CSS Codes

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

#a066ab Text Font Color

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

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


#a066ab Background Color

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

This div background color is #a066ab


#a066ab Border Color

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

This div border color is #a066ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,102,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a066ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a066ab


Comments

No comments written yet.

Please login to write comment.