Color Hex Logo

#a747ac Color Hex

#A747AC
(167,71,172)
0 Favorites   0 Comments

Color spaces of #a747ac

RGB 16771172
HSL0.830.420.48
HSV297°59°67°
CMYK 0.030.590.00   0.33
XYZ25.636015.700540.7091
Yxy15.70050.31250.1914
Hunter Lab39.623946.1449-33.1772
CIE-Lab46.579153.3157-36.1862

#a747ac color RGB value is (167,71,172).

#a747ac hex color red value is 167, green value is 71 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a747ac hue: 0.83 , saturation: 0.42 and the lightness value of a747ac is 0.48.

The process color (four color CMYK) of #a747ac color hex is 0.03, 0.59, 0.00, 0.33. Web safe color of #a747ac is #993399. Color #a747ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000111 10101100
Octal 247 107 254
Decimal 167 71 172
Hex A7 47 AC

RGB Percentages of Color #a747ac

%40.73
%17.32
%41.95

CMYK Percentages of Color #a747ac

%3
%59
%0
%33

Triadic Colors of #a747ac

#a747ac #aca747 #47aca7

Analogous Colors of #a747ac

#a747ac #ac477f #7547ac

Monochromatic Colors of #a747ac

#a747ac

Complementary Color

#a747ac #4cac47

#a747ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a747ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a747ac Color CSS Codes

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

#a747ac Text Font Color

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

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


#a747ac Background Color

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

This div background color is #a747ac


#a747ac Border Color

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

This div border color is #a747ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a747ac


Comments

No comments written yet.

Please login to write comment.