Color Hex Logo

#a666ab Color Hex

#A666AB
(166,102,171)
0 Favorites   0 Comments

Color spaces of #a666ab

RGB 166102171
HSL0.820.290.54
HSV296°40°67°
CMYK 0.030.400.00   0.33
XYZ27.827920.550041.0279
Yxy20.55000.31130.2299
Hunter Lab45.332130.2441-21.9280
CIE-Lab52.453436.9517-26.4331

#a666ab color RGB value is (166,102,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100110 10101011
Octal 246 146 253
Decimal 166 102 171
Hex A6 66 AB

RGB Percentages of Color #a666ab

%37.81
%23.23
%38.95

CMYK Percentages of Color #a666ab

%3
%40
%0
%33

Triadic Colors of #a666ab

#a666ab #aba666 #66aba6

Analogous Colors of #a666ab

#a666ab #ab668e #8466ab

Monochromatic Colors of #a666ab

#a666ab

Complementary Color

#a666ab #6bab66

#a666ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a666ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a666ab Color CSS Codes

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

#a666ab Text Font Color

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

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


#a666ab Background Color

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

This div background color is #a666ab


#a666ab Border Color

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

This div border color is #a666ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a666ab


Comments

No comments written yet.

Please login to write comment.