Color Hex Logo

#a164ab Color Hex

#A164AB
(161,100,171)
0 Favorites   0 Comments

Color spaces of #a164ab

RGB 161100171
HSL0.810.300.53
HSV292°42°67°
CMYK 0.060.420.00   0.33
XYZ26.605819.631740.9151
Yxy19.63170.30530.2253
Hunter Lab44.307729.6470-23.7349
CIE-Lab51.418236.4807-28.0854

#a164ab color RGB value is (161,100,171).

#a164ab hex color red value is 161, green value is 100 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a164ab hue: 0.81 , saturation: 0.30 and the lightness value of a164ab is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100100 10101011
Octal 241 144 253
Decimal 161 100 171
Hex A1 64 AB

RGB Percentages of Color #a164ab

%37.27
%23.15
%39.58

CMYK Percentages of Color #a164ab

%6
%42
%0
%33

Triadic Colors of #a164ab

#a164ab #aba164 #64aba1

Analogous Colors of #a164ab

#a164ab #ab6492 #7e64ab

Monochromatic Colors of #a164ab

#a164ab

Complementary Color

#a164ab #6eab64

#a164ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a164ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a164ab Color CSS Codes

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

#a164ab Text Font Color

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

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


#a164ab Background Color

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

This div background color is #a164ab


#a164ab Border Color

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

This div border color is #a164ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a164ab


Comments

No comments written yet.

Please login to write comment.