Color Hex Logo

#a768ac Color Hex

#A768AC
(167,104,172)
0 Favorites   0 Comments

Color spaces of #a768ac

RGB 167104172
HSL0.820.290.54
HSV296°40°67°
CMYK 0.030.400.00   0.33
XYZ28.333121.094741.6081
Yxy21.09470.31120.2317
Hunter Lab45.929029.7391-21.5619
CIE-Lab53.053036.3646-26.0772

#a768ac color RGB value is (167,104,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101000 10101100
Octal 247 150 254
Decimal 167 104 172
Hex A7 68 AC

RGB Percentages of Color #a768ac

%37.70
%23.48
%38.83

CMYK Percentages of Color #a768ac

%3
%40
%0
%33

Triadic Colors of #a768ac

#a768ac #aca768 #68aca7

Analogous Colors of #a768ac

#a768ac #ac688f #8568ac

Monochromatic Colors of #a768ac

#a768ac

Complementary Color

#a768ac #6dac68

#a768ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a768ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a768ac Color CSS Codes

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

#a768ac Text Font Color

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

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


#a768ac Background Color

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

This div background color is #a768ac


#a768ac Border Color

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

This div border color is #a768ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a768ac


Comments

No comments written yet.

Please login to write comment.