Color Hex Logo

#a16fae Color Hex

#A16FAE
(161,111,174)
0 Favorites   0 Comments

Color spaces of #a16fae

RGB 161111174
HSL0.800.280.56
HSV288°36°68°
CMYK 0.070.360.00   0.32
XYZ28.022422.001942.8143
Yxy22.00190.30180.2370
Hunter Lab46.906224.5525-21.2835
CIE-Lab54.029030.9321-25.7835

#a16fae color RGB value is (161,111,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101111 10101110
Octal 241 157 256
Decimal 161 111 174
Hex A1 6F AE

RGB Percentages of Color #a16fae

%36.10
%24.89
%39.01

CMYK Percentages of Color #a16fae

%7
%36
%0
%32

Triadic Colors of #a16fae

#a16fae #aea16f #6faea1

Analogous Colors of #a16fae

#a16fae #ae6f9c #826fae

Monochromatic Colors of #a16fae

#a16fae

Complementary Color

#a16fae #7cae6f

#a16fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a16fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a16fae Color CSS Codes

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

#a16fae Text Font Color

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

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


#a16fae Background Color

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

This div background color is #a16fae


#a16fae Border Color

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

This div border color is #a16fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a16fae


Comments

No comments written yet.

Please login to write comment.