Color Hex Logo

#aa517e Color Hex

#AA517E
(170,81,126)
0 Favorites   0 Comments

Color spaces of #aa517e

RGB 17081126
HSL0.920.350.49
HSV330°52°67°
CMYK 0.000.520.26   0.33
XYZ23.285915.937321.5876
Yxy15.93730.38290.2621
Hunter Lab39.921534.2548-4.1160
CIE-Lab46.892141.7768-8.1867

#aa517e color RGB value is (170,81,126).

#aa517e hex color red value is 170, green value is 81 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aa517e hue: 0.92 , saturation: 0.35 and the lightness value of aa517e is 0.49.

The process color (four color CMYK) of #aa517e color hex is 0.00, 0.52, 0.26, 0.33. Web safe color of #aa517e is #996666. Color #aa517e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010001 01111110
Octal 252 121 176
Decimal 170 81 126
Hex AA 51 7E

RGB Percentages of Color #aa517e

%45.09
%21.49
%33.42

CMYK Percentages of Color #aa517e

%0
%52
%26
%33

Triadic Colors of #aa517e

#aa517e #7eaa51 #517eaa

Analogous Colors of #aa517e

#aa517e #aa5151 #aa51aa

Monochromatic Colors of #aa517e

#aa517e

Complementary Color

#aa517e #51aa7d

#aa517e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa517e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa517e Color CSS Codes

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

#aa517e Text Font Color

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

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


#aa517e Background Color

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

This div background color is #aa517e


#aa517e Border Color

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

This div border color is #aa517e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,81,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa517e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa517e


Comments

No comments written yet.

Please login to write comment.