Color Hex Logo

#a864ac Color Hex

#A864AC
(168,100,172)
0 Favorites   0 Comments

Color spaces of #a864ac

RGB 168100172
HSL0.820.300.53
HSV297°42°67°
CMYK 0.020.420.00   0.33
XYZ28.152020.417741.4870
Yxy20.41770.31260.2267
Hunter Lab45.185932.1346-22.8063
CIE-Lab52.306238.8702-27.2237

#a864ac color RGB value is (168,100,172).

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

The process color (four color CMYK) of #a864ac color hex is 0.02, 0.42, 0.00, 0.33. Web safe color of #a864ac is #996699. Color #a864ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100100 10101100
Octal 250 144 254
Decimal 168 100 172
Hex A8 64 AC

RGB Percentages of Color #a864ac

%38.18
%22.73
%39.09

CMYK Percentages of Color #a864ac

%2
%42
%0
%33

Triadic Colors of #a864ac

#a864ac #aca864 #64aca8

Analogous Colors of #a864ac

#a864ac #ac648c #8464ac

Monochromatic Colors of #a864ac

#a864ac

Complementary Color

#a864ac #68ac64

#a864ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a864ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a864ac Color CSS Codes

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

#a864ac Text Font Color

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

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


#a864ac Background Color

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

This div background color is #a864ac


#a864ac Border Color

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

This div border color is #a864ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a864ac


Comments

No comments written yet.

Please login to write comment.