Color Hex Logo

#a975aa Color Hex

#A975AA
(169,117,170)
0 Favorites   0 Comments

Color spaces of #a975aa

RGB 169117170
HSL0.830.240.56
HSV299°31°67°
CMYK 0.010.310.00   0.33
XYZ29.979224.059941.0942
Yxy24.05990.31510.2529
Hunter Lab49.050923.2576-15.3368
CIE-Lab56.147729.3722-20.1414

#a975aa color RGB value is (169,117,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110101 10101010
Octal 251 165 252
Decimal 169 117 170
Hex A9 75 AA

RGB Percentages of Color #a975aa

%37.06
%25.66
%37.28

CMYK Percentages of Color #a975aa

%1
%31
%0
%33

Triadic Colors of #a975aa

#a975aa #aaa975 #75aaa9

Analogous Colors of #a975aa

#a975aa #aa7591 #8f75aa

Monochromatic Colors of #a975aa

#a975aa

Complementary Color

#a975aa #76aa75

#a975aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a975aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a975aa Color CSS Codes

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

#a975aa Text Font Color

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

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


#a975aa Background Color

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

This div background color is #a975aa


#a975aa Border Color

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

This div border color is #a975aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a975aa


Comments

No comments written yet.

Please login to write comment.