Color Hex Logo

#a179ae Color Hex

#A179AE
(161,121,174)
0 Favorites   0 Comments

Color spaces of #a179ae

RGB 161121174
HSL0.790.250.58
HSV285°30°68°
CMYK 0.070.300.00   0.32
XYZ29.175324.307843.1986
Yxy24.30780.30180.2514
Hunter Lab49.302919.3483-17.4371
CIE-Lab56.394725.2380-22.1419

#a179ae color RGB value is (161,121,174).

#a179ae hex color red value is 161, green value is 121 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a179ae hue: 0.79 , saturation: 0.25 and the lightness value of a179ae is 0.58.

The process color (four color CMYK) of #a179ae color hex is 0.07, 0.30, 0.00, 0.32. Web safe color of #a179ae is #996699. Color #a179ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111001 10101110
Octal 241 171 256
Decimal 161 121 174
Hex A1 79 AE

RGB Percentages of Color #a179ae

%35.31
%26.54
%38.16

CMYK Percentages of Color #a179ae

%7
%30
%0
%32

Triadic Colors of #a179ae

#a179ae #aea179 #79aea1

Analogous Colors of #a179ae

#a179ae #ae79a1 #8779ae

Monochromatic Colors of #a179ae

#a179ae

Complementary Color

#a179ae #86ae79

#a179ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a179ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a179ae Color CSS Codes

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

#a179ae Text Font Color

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

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


#a179ae Background Color

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

This div background color is #a179ae


#a179ae Border Color

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

This div border color is #a179ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,121,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a179ae


Comments

No comments written yet.

Please login to write comment.