Color Hex Logo

#a165ab Color Hex

#A165AB
(161,101,171)
0 Favorites   0 Comments

Color spaces of #a165ab

RGB 161101171
HSL0.810.290.53
HSV291°41°67°
CMYK 0.060.410.00   0.33
XYZ26.702319.824740.9473
Yxy19.82470.30530.2266
Hunter Lab44.524929.1306-23.3585
CIE-Lab51.638435.9265-27.7436

#a165ab color RGB value is (161,101,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100101 10101011
Octal 241 145 253
Decimal 161 101 171
Hex A1 65 AB

RGB Percentages of Color #a165ab

%37.18
%23.33
%39.49

CMYK Percentages of Color #a165ab

%6
%41
%0
%33

Triadic Colors of #a165ab

#a165ab #aba165 #65aba1

Analogous Colors of #a165ab

#a165ab #ab6592 #7e65ab

Monochromatic Colors of #a165ab

#a165ab

Complementary Color

#a165ab #6fab65

#a165ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a165ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a165ab Color CSS Codes

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

#a165ab Text Font Color

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

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


#a165ab Background Color

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

This div background color is #a165ab


#a165ab Border Color

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

This div border color is #a165ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a165ab


Comments

No comments written yet.

Please login to write comment.