Color Hex Logo

#a973aa Color Hex

#A973AA
(169,115,170)
0 Favorites   0 Comments

Color spaces of #a973aa

RGB 169115170
HSL0.830.240.56
HSV299°32°67°
CMYK 0.010.320.00   0.33
XYZ29.748623.598841.0173
Yxy23.59880.31530.2501
Hunter Lab48.578624.2974-16.0564
CIE-Lab55.683830.4967-20.8510

#a973aa color RGB value is (169,115,170).

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

The process color (four color CMYK) of #a973aa color hex is 0.01, 0.32, 0.00, 0.33. Web safe color of #a973aa is #996699. Color #a973aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110011 10101010
Octal 251 163 252
Decimal 169 115 170
Hex A9 73 AA

RGB Percentages of Color #a973aa

%37.22
%25.33
%37.44

CMYK Percentages of Color #a973aa

%1
%32
%0
%33

Triadic Colors of #a973aa

#a973aa #aaa973 #73aaa9

Analogous Colors of #a973aa

#a973aa #aa7390 #8e73aa

Monochromatic Colors of #a973aa

#a973aa

Complementary Color

#a973aa #74aa73

#a973aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a973aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a973aa Color CSS Codes

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

#a973aa Text Font Color

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

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


#a973aa Background Color

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

This div background color is #a973aa


#a973aa Border Color

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

This div border color is #a973aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a973aa


Comments

No comments written yet.

Please login to write comment.