Color Hex Logo

#a079ab Color Hex

#A079AB
(160,121,171)
0 Favorites   0 Comments

Color spaces of #a079ab

RGB 160121171
HSL0.800.230.57
HSV287°29°67°
CMYK 0.060.290.00   0.33
XYZ28.685324.088641.6658
Yxy24.08860.30370.2551
Hunter Lab49.080118.4356-15.9772
CIE-Lab56.176424.2799-20.7590

#a079ab color RGB value is (160,121,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111001 10101011
Octal 240 171 253
Decimal 160 121 171
Hex A0 79 AB

RGB Percentages of Color #a079ab

%35.40
%26.77
%37.83

CMYK Percentages of Color #a079ab

%6
%29
%0
%33

Triadic Colors of #a079ab

#a079ab #aba079 #79aba0

Analogous Colors of #a079ab

#a079ab #ab799d #8779ab

Monochromatic Colors of #a079ab

#a079ab

Complementary Color

#a079ab #84ab79

#a079ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a079ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a079ab Color CSS Codes

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

#a079ab Text Font Color

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

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


#a079ab Background Color

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

This div background color is #a079ab


#a079ab Border Color

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

This div border color is #a079ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a079ab


Comments

No comments written yet.

Please login to write comment.