Color Hex Logo

#a185aa Color Hex

#A185AA
(161,133,170)
0 Favorites   0 Comments

Color spaces of #a185aa

RGB 161133170
HSL0.790.180.59
HSV285°22°67°
CMYK 0.050.220.00   0.33
XYZ30.341227.254441.6917
Yxy27.25440.30560.2745
Hunter Lab52.205712.3815-10.8052
CIE-Lab59.209117.5412-15.5604

#a185aa color RGB value is (161,133,170).

#a185aa hex color red value is 161, green value is 133 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a185aa hue: 0.79 , saturation: 0.18 and the lightness value of a185aa is 0.59.

The process color (four color CMYK) of #a185aa color hex is 0.05, 0.22, 0.00, 0.33. Web safe color of #a185aa is #999999. Color #a185aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000101 10101010
Octal 241 205 252
Decimal 161 133 170
Hex A1 85 AA

RGB Percentages of Color #a185aa

%34.70
%28.66
%36.64

CMYK Percentages of Color #a185aa

%5
%22
%0
%33

Triadic Colors of #a185aa

#a185aa #aaa185 #85aaa1

Analogous Colors of #a185aa

#a185aa #aa85a1 #8f85aa

Monochromatic Colors of #a185aa

#a185aa

Complementary Color

#a185aa #8eaa85

#a185aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a185aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a185aa Color CSS Codes

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

#a185aa Text Font Color

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

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


#a185aa Background Color

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

This div background color is #a185aa


#a185aa Border Color

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

This div border color is #a185aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a185aa


Comments

No comments written yet.

Please login to write comment.