Color Hex Logo

#a387aa Color Hex

#A387AA
(163,135,170)
0 Favorites   0 Comments

Color spaces of #a387aa

RGB 163135170
HSL0.800.170.60
HSV288°21°67°
CMYK 0.040.210.00   0.33
XYZ31.023928.016841.8028
Yxy28.01680.30760.2778
Hunter Lab52.930911.9935-9.7733
CIE-Lab59.903917.0902-14.4912

#a387aa color RGB value is (163,135,170).

#a387aa hex color red value is 163, green value is 135 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a387aa hue: 0.80 , saturation: 0.17 and the lightness value of a387aa is 0.60.

The process color (four color CMYK) of #a387aa color hex is 0.04, 0.21, 0.00, 0.33. Web safe color of #a387aa is #999999. Color #a387aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000111 10101010
Octal 243 207 252
Decimal 163 135 170
Hex A3 87 AA

RGB Percentages of Color #a387aa

%34.83
%28.85
%36.32

CMYK Percentages of Color #a387aa

%4
%21
%0
%33

Triadic Colors of #a387aa

#a387aa #aaa387 #87aaa3

Analogous Colors of #a387aa

#a387aa #aa87a0 #9287aa

Monochromatic Colors of #a387aa

#a387aa

Complementary Color

#a387aa #8eaa87

#a387aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a387aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a387aa Color CSS Codes

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

#a387aa Text Font Color

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

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


#a387aa Background Color

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

This div background color is #a387aa


#a387aa Border Color

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

This div border color is #a387aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a387aa


Comments

No comments written yet.

Please login to write comment.