Color Hex Logo

#a175ab Color Hex

#A175AB
(161,117,171)
0 Favorites   0 Comments

Color spaces of #a175ab

RGB 161117171
HSL0.800.240.56
HSV289°32°67°
CMYK 0.060.320.00   0.33
XYZ28.409923.239941.5165
Yxy23.23990.30490.2494
Hunter Lab48.207820.8303-17.3151
CIE-Lab55.318626.9005-22.0644

#a175ab color RGB value is (161,117,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110101 10101011
Octal 241 165 253
Decimal 161 117 171
Hex A1 75 AB

RGB Percentages of Color #a175ab

%35.86
%26.06
%38.08

CMYK Percentages of Color #a175ab

%6
%32
%0
%33

Triadic Colors of #a175ab

#a175ab #aba175 #75aba1

Analogous Colors of #a175ab

#a175ab #ab759a #8675ab

Monochromatic Colors of #a175ab

#a175ab

Complementary Color

#a175ab #7fab75

#a175ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a175ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a175ab Color CSS Codes

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

#a175ab Text Font Color

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

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


#a175ab Background Color

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

This div background color is #a175ab


#a175ab Border Color

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

This div border color is #a175ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a175ab


Comments

No comments written yet.

Please login to write comment.