Color Hex Logo

#a591aa Color Hex

#A591AA
(165,145,170)
0 Favorites   0 Comments

Color spaces of #a591aa

RGB 165145170
HSL0.800.130.62
HSV288°15°67°
CMYK 0.030.150.00   0.33
XYZ32.898131.152442.3093
Yxy31.15240.30930.2929
Hunter Lab55.81437.5364-5.8739
CIE-Lab62.636112.1110-10.3653

#a591aa color RGB value is (165,145,170).

#a591aa hex color red value is 165, green value is 145 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a591aa hue: 0.80 , saturation: 0.13 and the lightness value of a591aa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010001 10101010
Octal 245 221 252
Decimal 165 145 170
Hex A5 91 AA

RGB Percentages of Color #a591aa

%34.38
%30.21
%35.42

CMYK Percentages of Color #a591aa

%3
%15
%0
%33

Triadic Colors of #a591aa

#a591aa #aaa591 #91aaa5

Analogous Colors of #a591aa

#a591aa #aa91a3 #9991aa

Monochromatic Colors of #a591aa

#a591aa

Complementary Color

#a591aa #96aa91

#a591aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a591aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a591aa Color CSS Codes

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

#a591aa Text Font Color

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

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


#a591aa Background Color

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

This div background color is #a591aa


#a591aa Border Color

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

This div border color is #a591aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a591aa


Comments

No comments written yet.

Please login to write comment.