Color Hex Logo

#a179ab Color Hex

#A179AB
(161,121,171)
0 Favorites   0 Comments

Color spaces of #a179ab

RGB 161121171
HSL0.800.230.57
HSV288°29°67°
CMYK 0.060.290.00   0.33
XYZ28.886024.192141.6752
Yxy24.19210.30490.2553
Hunter Lab49.185518.7562-15.8070
CIE-Lab56.279624.6153-20.5920

#a179ab color RGB value is (161,121,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111001 10101011
Octal 241 171 253
Decimal 161 121 171
Hex A1 79 AB

RGB Percentages of Color #a179ab

%35.54
%26.71
%37.75

CMYK Percentages of Color #a179ab

%6
%29
%0
%33

Triadic Colors of #a179ab

#a179ab #aba179 #79aba1

Analogous Colors of #a179ab

#a179ab #ab799c #8879ab

Monochromatic Colors of #a179ab

#a179ab

Complementary Color

#a179ab #83ab79

#a179ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a179ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a179ab Color CSS Codes

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

#a179ab Text Font Color

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

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


#a179ab Background Color

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

This div background color is #a179ab


#a179ab Border Color

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

This div border color is #a179ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a179ab


Comments

No comments written yet.

Please login to write comment.