Color Hex Logo

#a676a1 Color Hex

#A676A1
(166,118,161)
0 Favorites   0 Comments

Color spaces of #a676a1

RGB 166118161
HSL0.850.210.56
HSV306°29°65°
CMYK 0.000.290.03   0.35
XYZ28.637323.637136.7713
Yxy23.63710.32160.2654
Hunter Lab48.618020.0598-10.8103
CIE-Lab55.722626.0487-15.6174

#a676a1 color RGB value is (166,118,161).

#a676a1 hex color red value is 166, green value is 118 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #a676a1 hue: 0.85 , saturation: 0.21 and the lightness value of a676a1 is 0.56.

The process color (four color CMYK) of #a676a1 color hex is 0.00, 0.29, 0.03, 0.35. Web safe color of #a676a1 is #996699. Color #a676a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110110 10100001
Octal 246 166 241
Decimal 166 118 161
Hex A6 76 A1

RGB Percentages of Color #a676a1

%37.30
%26.52
%36.18

CMYK Percentages of Color #a676a1

%0
%29
%3
%35

Triadic Colors of #a676a1

#a676a1 #a1a676 #76a1a6

Analogous Colors of #a676a1

#a676a1 #a67689 #9376a6

Monochromatic Colors of #a676a1

#a676a1

Complementary Color

#a676a1 #76a67b

#a676a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a676a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a676a1 Color CSS Codes

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

#a676a1 Text Font Color

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

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


#a676a1 Background Color

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

This div background color is #a676a1


#a676a1 Border Color

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

This div border color is #a676a1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,118,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a676a1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a676a1


Comments

No comments written yet.

Please login to write comment.