Color Hex Logo

#a061ab Color Hex

#A061AB
(160,97,171)
0 Favorites   0 Comments

Color spaces of #a061ab

RGB 16097171
HSL0.810.310.53
HSV291°43°67°
CMYK 0.060.430.00   0.33
XYZ26.122618.963240.8115
Yxy18.96320.30410.2208
Hunter Lab43.546830.8708-25.0832
CIE-Lab50.644137.8251-29.2982

#a061ab color RGB value is (160,97,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100001 10101011
Octal 240 141 253
Decimal 160 97 171
Hex A0 61 AB

RGB Percentages of Color #a061ab

%37.38
%22.66
%39.95

CMYK Percentages of Color #a061ab

%6
%43
%0
%33

Triadic Colors of #a061ab

#a061ab #aba061 #61aba0

Analogous Colors of #a061ab

#a061ab #ab6191 #7b61ab

Monochromatic Colors of #a061ab

#a061ab

Complementary Color

#a061ab #6cab61

#a061ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a061ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a061ab Color CSS Codes

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

#a061ab Text Font Color

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

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


#a061ab Background Color

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

This div background color is #a061ab


#a061ab Border Color

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

This div border color is #a061ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a061ab


Comments

No comments written yet.

Please login to write comment.