Color Hex Logo

#a179ac Color Hex

#A179AC
(161,121,172)
0 Favorites   0 Comments

Color spaces of #a179ac

RGB 161121172
HSL0.800.240.57
HSV287°30°67°
CMYK 0.060.300.00   0.33
XYZ28.981724.230442.1792
Yxy24.23040.30380.2540
Hunter Lab49.224418.9523-16.3471
CIE-Lab56.317724.8218-21.1093

#a179ac color RGB value is (161,121,172).

#a179ac hex color red value is 161, green value is 121 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a179ac hue: 0.80 , saturation: 0.24 and the lightness value of a179ac is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111001 10101100
Octal 241 171 254
Decimal 161 121 172
Hex A1 79 AC

RGB Percentages of Color #a179ac

%35.46
%26.65
%37.89

CMYK Percentages of Color #a179ac

%6
%30
%0
%33

Triadic Colors of #a179ac

#a179ac #aca179 #79aca1

Analogous Colors of #a179ac

#a179ac #ac799e #8879ac

Monochromatic Colors of #a179ac

#a179ac

Complementary Color

#a179ac #84ac79

#a179ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a179ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a179ac Color CSS Codes

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

#a179ac Text Font Color

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

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


#a179ac Background Color

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

This div background color is #a179ac


#a179ac Border Color

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

This div border color is #a179ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a179ac


Comments

No comments written yet.

Please login to write comment.