Color Hex Logo

#a671ac Color Hex

#A671AC
(166,113,172)
0 Favorites   0 Comments

Color spaces of #a671ac

RGB 166113172
HSL0.820.260.56
HSV294°34°67°
CMYK 0.030.340.00   0.33
XYZ29.077422.895841.9165
Yxy22.89580.30970.2439
Hunter Lab47.849624.7348-18.4437
CIE-Lab54.964831.0233-23.1385

#a671ac color RGB value is (166,113,172).

#a671ac hex color red value is 166, green value is 113 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a671ac hue: 0.82 , saturation: 0.26 and the lightness value of a671ac is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110001 10101100
Octal 246 161 254
Decimal 166 113 172
Hex A6 71 AC

RGB Percentages of Color #a671ac

%36.81
%25.06
%38.14

CMYK Percentages of Color #a671ac

%3
%34
%0
%33

Triadic Colors of #a671ac

#a671ac #aca671 #71aca6

Analogous Colors of #a671ac

#a671ac #ac7195 #8971ac

Monochromatic Colors of #a671ac

#a671ac

Complementary Color

#a671ac #77ac71

#a671ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a671ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a671ac Color CSS Codes

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

#a671ac Text Font Color

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

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


#a671ac Background Color

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

This div background color is #a671ac


#a671ac Border Color

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

This div border color is #a671ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a671ac


Comments

No comments written yet.

Please login to write comment.