Color Hex Logo

#a16faf Color Hex

#A16FAF
(161,111,175)
0 Favorites   0 Comments

Color spaces of #a16faf

RGB 161111175
HSL0.800.290.56
HSV287°37°69°
CMYK 0.080.370.00   0.31
XYZ28.120222.041143.3297
Yxy22.04110.30080.2358
Hunter Lab46.947924.7564-21.8570
CIE-Lab54.070631.1397-26.2974

#a16faf color RGB value is (161,111,175).

#a16faf hex color red value is 161, green value is 111 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a16faf hue: 0.80 , saturation: 0.29 and the lightness value of a16faf is 0.56.

The process color (four color CMYK) of #a16faf color hex is 0.08, 0.37, 0.00, 0.31. Web safe color of #a16faf is #996699. Color #a16faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101111 10101111
Octal 241 157 257
Decimal 161 111 175
Hex A1 6F AF

RGB Percentages of Color #a16faf

%36.02
%24.83
%39.15

CMYK Percentages of Color #a16faf

%8
%37
%0
%31

Triadic Colors of #a16faf

#a16faf #afa16f #6fafa1

Analogous Colors of #a16faf

#a16faf #af6f9d #816faf

Monochromatic Colors of #a16faf

#a16faf

Complementary Color

#a16faf #7daf6f

#a16faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a16faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a16faf Color CSS Codes

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

#a16faf Text Font Color

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

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


#a16faf Background Color

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

This div background color is #a16faf


#a16faf Border Color

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

This div border color is #a16faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a16faf


Comments

No comments written yet.

Please login to write comment.