Color Hex Logo

#a0179f Color Hex

#A0179F
(160,23,159)
0 Favorites   0 Comments

Color spaces of #a0179f

RGB 16023159
HSL0.830.750.36
HSV300°86°63°
CMYK 0.000.860.01   0.37
XYZ21.061610.589633.7348
Yxy10.58960.32210.1620
Hunter Lab32.541758.5808-38.6847
CIE-Lab38.880566.0128-40.7112

#a0179f color RGB value is (160,23,159).

#a0179f hex color red value is 160, green value is 23 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a0179f hue: 0.83 , saturation: 0.75 and the lightness value of a0179f is 0.36.

The process color (four color CMYK) of #a0179f color hex is 0.00, 0.86, 0.01, 0.37. Web safe color of #a0179f is #990099. Color #a0179f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010111 10011111
Octal 240 27 237
Decimal 160 23 159
Hex A0 17 9F

RGB Percentages of Color #a0179f

%46.78
%6.73
%46.49

CMYK Percentages of Color #a0179f

%0
%86
%1
%37

Triadic Colors of #a0179f

#a0179f #9fa017 #179fa0

Analogous Colors of #a0179f

#a0179f #a0175b #5d17a0

Monochromatic Colors of #a0179f

#a0179f

Complementary Color

#a0179f #17a018

#a0179f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0179f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0179f Color CSS Codes

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

#a0179f Text Font Color

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

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


#a0179f Background Color

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

This div background color is #a0179f


#a0179f Border Color

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

This div border color is #a0179f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,23,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0179f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0179f;
  -webkit-box-shadow: 1px 1px 3px 2px #a0179f;
  box-shadow:         1px 1px 3px 2px #a0179f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,23,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0179f


Comments

No comments written yet.

Please login to write comment.