Color Hex Logo

#a173aa Color Hex

#A173AA
(161,115,170)
0 Favorites   0 Comments

Color spaces of #a173aa

RGB 161115170
HSL0.810.240.56
HSV290°32°67°
CMYK 0.050.320.00   0.33
XYZ28.084422.740840.9394
Yxy22.74080.30600.2478
Hunter Lab47.687321.6709-17.5191
CIE-Lab54.804327.8355-22.2759

#a173aa color RGB value is (161,115,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110011 10101010
Octal 241 163 252
Decimal 161 115 170
Hex A1 73 AA

RGB Percentages of Color #a173aa

%36.10
%25.78
%38.12

CMYK Percentages of Color #a173aa

%5
%32
%0
%33

Triadic Colors of #a173aa

#a173aa #aaa173 #73aaa1

Analogous Colors of #a173aa

#a173aa #aa7398 #8673aa

Monochromatic Colors of #a173aa

#a173aa

Complementary Color

#a173aa #7caa73

#a173aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a173aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a173aa Color CSS Codes

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

#a173aa Text Font Color

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

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


#a173aa Background Color

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

This div background color is #a173aa


#a173aa Border Color

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

This div border color is #a173aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a173aa


Comments

No comments written yet.

Please login to write comment.