Color Hex Logo

#a766ac Color Hex

#A766AC
(167,102,172)
0 Favorites   0 Comments

Color spaces of #a766ac

RGB 167102172
HSL0.820.300.54
HSV296°41°67°
CMYK 0.030.410.00   0.33
XYZ28.134120.696841.5418
Yxy20.69680.31130.2290
Hunter Lab45.493730.7734-22.2940
CIE-Lab52.616137.4641-26.7534

#a766ac color RGB value is (167,102,172).

#a766ac hex color red value is 167, green value is 102 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a766ac hue: 0.82 , saturation: 0.30 and the lightness value of a766ac is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100110 10101100
Octal 247 146 254
Decimal 167 102 172
Hex A7 66 AC

RGB Percentages of Color #a766ac

%37.87
%23.13
%39.00

CMYK Percentages of Color #a766ac

%3
%41
%0
%33

Triadic Colors of #a766ac

#a766ac #aca766 #66aca7

Analogous Colors of #a766ac

#a766ac #ac668e #8466ac

Monochromatic Colors of #a766ac

#a766ac

Complementary Color

#a766ac #6bac66

#a766ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a766ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a766ac Color CSS Codes

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

#a766ac Text Font Color

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

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


#a766ac Background Color

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

This div background color is #a766ac


#a766ac Border Color

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

This div border color is #a766ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a766ac


Comments

No comments written yet.

Please login to write comment.