Color Hex Logo

#a589aa Color Hex

#A589AA
(165,137,170)
0 Favorites   0 Comments

Color spaces of #a589aa

RGB 165137170
HSL0.810.160.60
HSV291°19°67°
CMYK 0.030.190.00   0.33
XYZ31.718428.792941.9161
Yxy28.79290.30970.2811
Hunter Lab53.659011.6099-8.7535
CIE-Lab60.598416.6466-13.4250

#a589aa color RGB value is (165,137,170).

#a589aa hex color red value is 165, green value is 137 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a589aa hue: 0.81 , saturation: 0.16 and the lightness value of a589aa is 0.60.

The process color (four color CMYK) of #a589aa color hex is 0.03, 0.19, 0.00, 0.33. Web safe color of #a589aa is #999999. Color #a589aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001001 10101010
Octal 245 211 252
Decimal 165 137 170
Hex A5 89 AA

RGB Percentages of Color #a589aa

%34.96
%29.03
%36.02

CMYK Percentages of Color #a589aa

%3
%19
%0
%33

Triadic Colors of #a589aa

#a589aa #aaa589 #89aaa5

Analogous Colors of #a589aa

#a589aa #aa899f #9589aa

Monochromatic Colors of #a589aa

#a589aa

Complementary Color

#a589aa #8eaa89

#a589aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a589aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a589aa Color CSS Codes

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

#a589aa Text Font Color

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

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


#a589aa Background Color

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

This div background color is #a589aa


#a589aa Border Color

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

This div border color is #a589aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a589aa


Comments

No comments written yet.

Please login to write comment.