Color Hex Logo

#a137aa Color Hex

#A137AA
(161,55,170)
0 Favorites   0 Comments

Color spaces of #a137aa

RGB 16155170
HSL0.820.510.44
HSV295°68°67°
CMYK 0.050.680.00   0.33
XYZ23.319813.211739.3512
Yxy13.21170.30730.1741
Hunter Lab36.347950.9118-38.7454
CIE-Lab43.080558.3579-40.5980

#a137aa color RGB value is (161,55,170).

#a137aa hex color red value is 161, green value is 55 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a137aa hue: 0.82 , saturation: 0.51 and the lightness value of a137aa is 0.44.

The process color (four color CMYK) of #a137aa color hex is 0.05, 0.68, 0.00, 0.33. Web safe color of #a137aa is #993399. Color #a137aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110111 10101010
Octal 241 67 252
Decimal 161 55 170
Hex A1 37 AA

RGB Percentages of Color #a137aa

%41.71
%14.25
%44.04

CMYK Percentages of Color #a137aa

%5
%68
%0
%33

Triadic Colors of #a137aa

#a137aa #aaa137 #37aaa1

Analogous Colors of #a137aa

#a137aa #aa377a #6837aa

Monochromatic Colors of #a137aa

#a137aa

Complementary Color

#a137aa #40aa37

#a137aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a137aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a137aa Color CSS Codes

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

#a137aa Text Font Color

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

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


#a137aa Background Color

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

This div background color is #a137aa


#a137aa Border Color

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

This div border color is #a137aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a137aa


Comments

No comments written yet.

Please login to write comment.