Color Hex Logo

#a691ac Color Hex

#A691AC
(166,145,172)
0 Favorites   0 Comments

Color spaces of #a691ac

RGB 166145172
HSL0.800.140.62
HSV287°16°67°
CMYK 0.030.160.00   0.33
XYZ33.297731.336343.3233
Yxy31.33630.30840.2903
Hunter Lab55.97888.2136-6.7007
CIE-Lab62.790512.8610-11.2558

#a691ac color RGB value is (166,145,172).

#a691ac hex color red value is 166, green value is 145 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a691ac hue: 0.80 , saturation: 0.14 and the lightness value of a691ac is 0.62.

The process color (four color CMYK) of #a691ac color hex is 0.03, 0.16, 0.00, 0.33. Web safe color of #a691ac is #999999. Color #a691ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010001 10101100
Octal 246 221 254
Decimal 166 145 172
Hex A6 91 AC

RGB Percentages of Color #a691ac

%34.37
%30.02
%35.61

CMYK Percentages of Color #a691ac

%3
%16
%0
%33

Triadic Colors of #a691ac

#a691ac #aca691 #91aca6

Analogous Colors of #a691ac

#a691ac #ac91a5 #9991ac

Monochromatic Colors of #a691ac

#a691ac

Complementary Color

#a691ac #97ac91

#a691ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a691ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a691ac Color CSS Codes

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

#a691ac Text Font Color

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

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


#a691ac Background Color

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

This div background color is #a691ac


#a691ac Border Color

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

This div border color is #a691ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,145,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a691ac


Comments

No comments written yet.

Please login to write comment.