Color Hex Logo

#aa73af Color Hex

#AA73AF
(170,115,175)
0 Favorites   0 Comments

Color spaces of #aa73af

RGB 170115175
HSL0.820.270.57
HSV295°34°69°
CMYK 0.030.340.00   0.31
XYZ30.446223.902743.5664
Yxy23.90270.31090.2441
Hunter Lab48.890425.6016-18.6103
CIE-Lab55.990231.8092-23.2550

#aa73af color RGB value is (170,115,175).

#aa73af hex color red value is 170, green value is 115 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aa73af hue: 0.82 , saturation: 0.27 and the lightness value of aa73af is 0.57.

The process color (four color CMYK) of #aa73af color hex is 0.03, 0.34, 0.00, 0.31. Web safe color of #aa73af is #996699. Color #aa73af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110011 10101111
Octal 252 163 257
Decimal 170 115 175
Hex AA 73 AF

RGB Percentages of Color #aa73af

%36.96
%25.00
%38.04

CMYK Percentages of Color #aa73af

%3
%34
%0
%31

Triadic Colors of #aa73af

#aa73af #afaa73 #73afaa

Analogous Colors of #aa73af

#aa73af #af7396 #8c73af

Monochromatic Colors of #aa73af

#aa73af

Complementary Color

#aa73af #78af73

#aa73af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa73af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa73af Color CSS Codes

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

#aa73af Text Font Color

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

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


#aa73af Background Color

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

This div background color is #aa73af


#aa73af Border Color

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

This div border color is #aa73af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa73af


Comments

No comments written yet.

Please login to write comment.