Color Hex Logo

#a177aa Color Hex

#A177AA
(161,119,170)
0 Favorites   0 Comments

Color spaces of #a177aa

RGB 161119170
HSL0.800.230.57
HSV289°30°67°
CMYK 0.050.300.00   0.33
XYZ28.550523.673041.0948
Yxy23.67300.30590.2537
Hunter Lab48.654919.5970-16.0190
CIE-Lab55.758925.5533-20.8125

#a177aa color RGB value is (161,119,170).

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

The process color (four color CMYK) of #a177aa color hex is 0.05, 0.30, 0.00, 0.33. Web safe color of #a177aa is #996699. Color #a177aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110111 10101010
Octal 241 167 252
Decimal 161 119 170
Hex A1 77 AA

RGB Percentages of Color #a177aa

%35.78
%26.44
%37.78

CMYK Percentages of Color #a177aa

%5
%30
%0
%33

Triadic Colors of #a177aa

#a177aa #aaa177 #77aaa1

Analogous Colors of #a177aa

#a177aa #aa779a #8877aa

Monochromatic Colors of #a177aa

#a177aa

Complementary Color

#a177aa #80aa77

#a177aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a177aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a177aa Color CSS Codes

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

#a177aa Text Font Color

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

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


#a177aa Background Color

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

This div background color is #a177aa


#a177aa Border Color

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

This div border color is #a177aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a177aa


Comments

No comments written yet.

Please login to write comment.