Color Hex Logo

#a176ad Color Hex

#A176AD
(161,118,173)
0 Favorites   0 Comments

Color spaces of #a176ad

RGB 161118173
HSL0.800.250.57
HSV287°32°68°
CMYK 0.070.320.00   0.32
XYZ28.719223.551142.5673
Yxy23.55110.30280.2483
Hunter Lab48.529520.7077-18.0352
CIE-Lab55.635526.7433-22.7313

#a176ad color RGB value is (161,118,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110110 10101101
Octal 241 166 255
Decimal 161 118 173
Hex A1 76 AD

RGB Percentages of Color #a176ad

%35.62
%26.11
%38.27

CMYK Percentages of Color #a176ad

%7
%32
%0
%32

Triadic Colors of #a176ad

#a176ad #ada176 #76ada1

Analogous Colors of #a176ad

#a176ad #ad769e #8676ad

Monochromatic Colors of #a176ad

#a176ad

Complementary Color

#a176ad #82ad76

#a176ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a176ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a176ad Color CSS Codes

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

#a176ad Text Font Color

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

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


#a176ad Background Color

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

This div background color is #a176ad


#a176ad Border Color

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

This div border color is #a176ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a176ad


Comments

No comments written yet.

Please login to write comment.