Color Hex Logo

#a17aab Color Hex

#A17AAB
(161,122,171)
0 Favorites   0 Comments

Color spaces of #a17aab

RGB 161122171
HSL0.800.230.57
HSV288°29°67°
CMYK 0.060.290.00   0.33
XYZ29.008224.436441.7159
Yxy24.43640.30480.2568
Hunter Lab49.433218.2386-15.4307
CIE-Lab56.522124.0435-20.2212

#a17aab color RGB value is (161,122,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111010 10101011
Octal 241 172 253
Decimal 161 122 171
Hex A1 7A AB

RGB Percentages of Color #a17aab

%35.46
%26.87
%37.67

CMYK Percentages of Color #a17aab

%6
%29
%0
%33

Triadic Colors of #a17aab

#a17aab #aba17a #7aaba1

Analogous Colors of #a17aab

#a17aab #ab7a9d #897aab

Monochromatic Colors of #a17aab

#a17aab

Complementary Color

#a17aab #84ab7a

#a17aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17aab Color CSS Codes

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

#a17aab Text Font Color

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

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


#a17aab Background Color

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

This div background color is #a17aab


#a17aab Border Color

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

This div border color is #a17aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17aab


Comments

No comments written yet.

Please login to write comment.