Color Hex Logo

#a070ab Color Hex

#A070AB
(160,112,171)
0 Favorites   0 Comments

Color spaces of #a070ab

RGB 160112171
HSL0.800.260.55
HSV289°35°67°
CMYK 0.060.350.00   0.33
XYZ27.642122.002241.3180
Yxy22.00220.30390.2419
Hunter Lab46.906523.1040-19.3916
CIE-Lab54.029329.4185-24.0557

#a070ab color RGB value is (160,112,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110000 10101011
Octal 240 160 253
Decimal 160 112 171
Hex A0 70 AB

RGB Percentages of Color #a070ab

%36.12
%25.28
%38.60

CMYK Percentages of Color #a070ab

%6
%35
%0
%33

Triadic Colors of #a070ab

#a070ab #aba070 #70aba0

Analogous Colors of #a070ab

#a070ab #ab7099 #8370ab

Monochromatic Colors of #a070ab

#a070ab

Complementary Color

#a070ab #7bab70

#a070ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a070ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a070ab Color CSS Codes

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

#a070ab Text Font Color

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

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


#a070ab Background Color

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

This div background color is #a070ab


#a070ab Border Color

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

This div border color is #a070ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a070ab


Comments

No comments written yet.

Please login to write comment.