Color Hex Logo

#a071ab Color Hex

#A071AB
(160,113,171)
0 Favorites   0 Comments

Color spaces of #a071ab

RGB 160113171
HSL0.800.260.56
HSV289°34°67°
CMYK 0.060.340.00   0.33
XYZ27.753022.224141.3550
Yxy22.22410.30390.2433
Hunter Lab47.142422.5846-19.0116
CIE-Lab54.264028.8495-23.6944

#a071ab color RGB value is (160,113,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 10101011
Octal 240 161 253
Decimal 160 113 171
Hex A0 71 AB

RGB Percentages of Color #a071ab

%36.04
%25.45
%38.51

CMYK Percentages of Color #a071ab

%6
%34
%0
%33

Triadic Colors of #a071ab

#a071ab #aba071 #71aba0

Analogous Colors of #a071ab

#a071ab #ab7199 #8371ab

Monochromatic Colors of #a071ab

#a071ab

Complementary Color

#a071ab #7cab71

#a071ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a071ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a071ab Color CSS Codes

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

#a071ab Text Font Color

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

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


#a071ab Background Color

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

This div background color is #a071ab


#a071ab Border Color

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

This div border color is #a071ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a071ab


Comments

No comments written yet.

Please login to write comment.