Color Hex Logo

#aa7faa Color Hex

#AA7FAA
(170,127,170)
0 Favorites   0 Comments

Color spaces of #aa7faa

RGB 170127170
HSL0.830.200.58
HSV300°25°67°
CMYK 0.000.250.00   0.33
XYZ31.422626.627141.5136
Yxy26.62710.31560.2674
Hunter Lab51.601518.3947-11.5781
CIE-Lab58.627624.0601-16.3559

#aa7faa color RGB value is (170,127,170).

#aa7faa hex color red value is 170, green value is 127 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aa7faa hue: 0.83 , saturation: 0.20 and the lightness value of aa7faa is 0.58.

The process color (four color CMYK) of #aa7faa color hex is 0.00, 0.25, 0.00, 0.33. Web safe color of #aa7faa is #996699. Color #aa7faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111111 10101010
Octal 252 177 252
Decimal 170 127 170
Hex AA 7F AA

RGB Percentages of Color #aa7faa

%36.40
%27.19
%36.40

CMYK Percentages of Color #aa7faa

%0
%25
%0
%33

Triadic Colors of #aa7faa

#aa7faa #aaaa7f #7faaaa

Analogous Colors of #aa7faa

#aa7faa #aa7f95 #957faa

Monochromatic Colors of #aa7faa

#aa7faa

Complementary Color

#aa7faa #7faa7f

#aa7faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7faa Color CSS Codes

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

#aa7faa Text Font Color

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

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


#aa7faa Background Color

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

This div background color is #aa7faa


#aa7faa Border Color

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

This div border color is #aa7faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7faa


Comments

No comments written yet.

Please login to write comment.