Color Hex Logo

#a173ba Color Hex

#A173BA
(161,115,186)
0 Favorites   0 Comments

Color spaces of #a173ba

RGB 161115186
HSL0.770.340.59
HSV279°38°73°
CMYK 0.130.380.00   0.27
XYZ29.691623.383749.4030
Yxy23.38370.28970.2282
Hunter Lab48.356724.9770-26.7232
CIE-Lab55.465431.2214-30.4675

#a173ba color RGB value is (161,115,186).

#a173ba hex color red value is 161, green value is 115 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a173ba hue: 0.77 , saturation: 0.34 and the lightness value of a173ba is 0.59.

The process color (four color CMYK) of #a173ba color hex is 0.13, 0.38, 0.00, 0.27. Web safe color of #a173ba is #9966cc. Color #a173ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110011 10111010
Octal 241 163 272
Decimal 161 115 186
Hex A1 73 BA

RGB Percentages of Color #a173ba

%34.85
%24.89
%40.26

CMYK Percentages of Color #a173ba

%13
%38
%0
%27

Triadic Colors of #a173ba

#a173ba #baa173 #73baa1

Analogous Colors of #a173ba

#a173ba #ba73b0 #7e73ba

Monochromatic Colors of #a173ba

#a173ba

Complementary Color

#a173ba #8cba73

#a173ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a173ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a173ba Color CSS Codes

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

#a173ba Text Font Color

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

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


#a173ba Background Color

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

This div background color is #a173ba


#a173ba Border Color

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

This div border color is #a173ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,115,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a173ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a173ba


Comments

No comments written yet.

Please login to write comment.