Color Hex Logo

#aa73ad Color Hex

#AA73AD
(170,115,173)
0 Favorites   0 Comments

Color spaces of #aa73ad

RGB 170115173
HSL0.820.260.56
HSV297°34°68°
CMYK 0.020.340.00   0.32
XYZ30.251123.824642.5394
Yxy23.82460.31310.2466
Hunter Lab48.810425.2101-17.5052
CIE-Lab55.911831.4152-22.2231

#aa73ad color RGB value is (170,115,173).

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

The process color (four color CMYK) of #aa73ad color hex is 0.02, 0.34, 0.00, 0.32. Web safe color of #aa73ad is #996699. Color #aa73ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110011 10101101
Octal 252 163 255
Decimal 170 115 173
Hex AA 73 AD

RGB Percentages of Color #aa73ad

%37.12
%25.11
%37.77

CMYK Percentages of Color #aa73ad

%2
%34
%0
%32

Triadic Colors of #aa73ad

#aa73ad #adaa73 #73adaa

Analogous Colors of #aa73ad

#aa73ad #ad7393 #8d73ad

Monochromatic Colors of #aa73ad

#aa73ad

Complementary Color

#aa73ad #76ad73

#aa73ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa73ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa73ad Color CSS Codes

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

#aa73ad Text Font Color

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

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


#aa73ad Background Color

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

This div background color is #aa73ad


#aa73ad Border Color

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

This div border color is #aa73ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa73ad


Comments

No comments written yet.

Please login to write comment.