Color Hex Logo

#a975ad Color Hex

#A975AD
(169,117,173)
0 Favorites   0 Comments

Color spaces of #a975ad

RGB 169117173
HSL0.820.250.57
HSV296°32°68°
CMYK 0.020.320.00   0.32
XYZ30.266324.174742.6061
Yxy24.17470.31190.2491
Hunter Lab49.167823.8360-16.9600
CIE-Lab56.262329.9614-21.6951

#a975ad color RGB value is (169,117,173).

#a975ad hex color red value is 169, green value is 117 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a975ad hue: 0.82 , saturation: 0.25 and the lightness value of a975ad is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110101 10101101
Octal 251 165 255
Decimal 169 117 173
Hex A9 75 AD

RGB Percentages of Color #a975ad

%36.82
%25.49
%37.69

CMYK Percentages of Color #a975ad

%2
%32
%0
%32

Triadic Colors of #a975ad

#a975ad #ada975 #75ada9

Analogous Colors of #a975ad

#a975ad #ad7595 #8d75ad

Monochromatic Colors of #a975ad

#a975ad

Complementary Color

#a975ad #79ad75

#a975ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a975ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a975ad Color CSS Codes

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

#a975ad Text Font Color

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

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


#a975ad Background Color

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

This div background color is #a975ad


#a975ad Border Color

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

This div border color is #a975ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a975ad


Comments

No comments written yet.

Please login to write comment.