Color Hex Logo

#a176ae Color Hex

#A176AE
(161,118,174)
0 Favorites   0 Comments

Color spaces of #a176ae

RGB 161118174
HSL0.790.260.57
HSV286°32°68°
CMYK 0.070.320.00   0.32
XYZ28.816423.589943.0789
Yxy23.58990.30180.2471
Hunter Lab48.569420.9081-18.5890
CIE-Lab55.674826.9519-23.2471

#a176ae color RGB value is (161,118,174).

#a176ae hex color red value is 161, green value is 118 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a176ae hue: 0.79 , saturation: 0.26 and the lightness value of a176ae is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110110 10101110
Octal 241 166 256
Decimal 161 118 174
Hex A1 76 AE

RGB Percentages of Color #a176ae

%35.54
%26.05
%38.41

CMYK Percentages of Color #a176ae

%7
%32
%0
%32

Triadic Colors of #a176ae

#a176ae #aea176 #76aea1

Analogous Colors of #a176ae

#a176ae #ae769f #8576ae

Monochromatic Colors of #a176ae

#a176ae

Complementary Color

#a176ae #83ae76

#a176ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a176ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a176ae Color CSS Codes

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

#a176ae Text Font Color

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

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


#a176ae Background Color

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

This div background color is #a176ae


#a176ae Border Color

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

This div border color is #a176ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a176ae


Comments

No comments written yet.

Please login to write comment.