Color Hex Logo

#a679ab Color Hex

#A679AB
(166,121,171)
0 Favorites   0 Comments

Color spaces of #a679ab

RGB 166121171
HSL0.820.230.57
HSV294°29°67°
CMYK 0.030.290.00   0.33
XYZ29.913924.722041.7233
Yxy24.72200.31040.2566
Hunter Lab49.721220.3792-14.9480
CIE-Lab56.803526.2981-19.7445

#a679ab color RGB value is (166,121,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111001 10101011
Octal 246 171 253
Decimal 166 121 171
Hex A6 79 AB

RGB Percentages of Color #a679ab

%36.24
%26.42
%37.34

CMYK Percentages of Color #a679ab

%3
%29
%0
%33

Triadic Colors of #a679ab

#a679ab #aba679 #79aba6

Analogous Colors of #a679ab

#a679ab #ab7997 #8d79ab

Monochromatic Colors of #a679ab

#a679ab

Complementary Color

#a679ab #7eab79

#a679ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a679ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a679ab Color CSS Codes

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

#a679ab Text Font Color

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

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


#a679ab Background Color

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

This div background color is #a679ab


#a679ab Border Color

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

This div border color is #a679ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a679ab


Comments

No comments written yet.

Please login to write comment.