Color Hex Logo

#a676ab Color Hex

#A676AB
(166,118,171)
0 Favorites   0 Comments

Color spaces of #a676ab

RGB 166118171
HSL0.820.240.57
HSV294°31°67°
CMYK 0.030.310.00   0.33
XYZ29.555024.004141.6036
Yxy24.00410.31060.2522
Hunter Lab48.994021.9384-16.0508
CIE-Lab56.091927.9999-20.8324

#a676ab color RGB value is (166,118,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110110 10101011
Octal 246 166 253
Decimal 166 118 171
Hex A6 76 AB

RGB Percentages of Color #a676ab

%36.48
%25.93
%37.58

CMYK Percentages of Color #a676ab

%3
%31
%0
%33

Triadic Colors of #a676ab

#a676ab #aba676 #76aba6

Analogous Colors of #a676ab

#a676ab #ab7696 #8c76ab

Monochromatic Colors of #a676ab

#a676ab

Complementary Color

#a676ab #7bab76

#a676ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a676ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a676ab Color CSS Codes

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

#a676ab Text Font Color

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

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


#a676ab Background Color

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

This div background color is #a676ab


#a676ab Border Color

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

This div border color is #a676ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a676ab


Comments

No comments written yet.

Please login to write comment.