Color Hex Logo

#a175ad Color Hex

#A175AD
(161,117,173)
0 Favorites   0 Comments

Color spaces of #a175ad

RGB 161117173
HSL0.800.250.57
HSV287°32°68°
CMYK 0.070.320.00   0.32
XYZ28.602123.316842.5283
Yxy23.31680.30280.2469
Hunter Lab48.287521.2278-18.4173
CIE-Lab55.397227.3141-23.0976

#a175ad color RGB value is (161,117,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110101 10101101
Octal 241 165 255
Decimal 161 117 173
Hex A1 75 AD

RGB Percentages of Color #a175ad

%35.70
%25.94
%38.36

CMYK Percentages of Color #a175ad

%7
%32
%0
%32

Triadic Colors of #a175ad

#a175ad #ada175 #75ada1

Analogous Colors of #a175ad

#a175ad #ad759d #8575ad

Monochromatic Colors of #a175ad

#a175ad

Complementary Color

#a175ad #81ad75

#a175ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a175ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a175ad Color CSS Codes

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

#a175ad Text Font Color

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

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


#a175ad Background Color

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

This div background color is #a175ad


#a175ad Border Color

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

This div border color is #a175ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a175ad


Comments

No comments written yet.

Please login to write comment.