Color Hex Logo

#a767ac Color Hex

#A767AC
(167,103,172)
0 Favorites   0 Comments

Color spaces of #a767ac

RGB 167103172
HSL0.820.290.54
HSV296°40°67°
CMYK 0.030.400.00   0.33
XYZ28.233020.894541.5747
Yxy20.89450.31130.2304
Hunter Lab45.710530.2568-21.9282
CIE-Lab52.833836.9154-26.4162

#a767ac color RGB value is (167,103,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100111 10101100
Octal 247 147 254
Decimal 167 103 172
Hex A7 67 AC

RGB Percentages of Color #a767ac

%37.78
%23.30
%38.91

CMYK Percentages of Color #a767ac

%3
%40
%0
%33

Triadic Colors of #a767ac

#a767ac #aca767 #67aca7

Analogous Colors of #a767ac

#a767ac #ac678f #8567ac

Monochromatic Colors of #a767ac

#a767ac

Complementary Color

#a767ac #6cac67

#a767ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a767ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a767ac Color CSS Codes

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

#a767ac Text Font Color

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

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


#a767ac Background Color

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

This div background color is #a767ac


#a767ac Border Color

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

This div border color is #a767ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a767ac


Comments

No comments written yet.

Please login to write comment.