Color Hex Logo

#a17aa6 Color Hex

#A17AA6
(161,122,166)
0 Favorites   0 Comments

Color spaces of #a17aa6

RGB 161122166
HSL0.810.200.56
HSV293°27°65°
CMYK 0.030.270.00   0.35
XYZ28.540424.249339.2527
Yxy24.24930.31010.2635
Hunter Lab49.243617.2781-12.7903
CIE-Lab56.336523.0239-17.6239

#a17aa6 color RGB value is (161,122,166).

#a17aa6 hex color red value is 161, green value is 122 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #a17aa6 hue: 0.81 , saturation: 0.20 and the lightness value of a17aa6 is 0.56.

The process color (four color CMYK) of #a17aa6 color hex is 0.03, 0.27, 0.00, 0.35. Web safe color of #a17aa6 is #996699. Color #a17aa6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111010 10100110
Octal 241 172 246
Decimal 161 122 166
Hex A1 7A A6

RGB Percentages of Color #a17aa6

%35.86
%27.17
%36.97

CMYK Percentages of Color #a17aa6

%3
%27
%0
%35

Triadic Colors of #a17aa6

#a17aa6 #a6a17a #7aa6a1

Analogous Colors of #a17aa6

#a17aa6 #a67a95 #8b7aa6

Monochromatic Colors of #a17aa6

#a17aa6

Complementary Color

#a17aa6 #7fa67a

#a17aa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17aa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17aa6 Color CSS Codes

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

#a17aa6 Text Font Color

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

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


#a17aa6 Background Color

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

This div background color is #a17aa6


#a17aa6 Border Color

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

This div border color is #a17aa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17aa6


Comments

No comments written yet.

Please login to write comment.