Color Hex Logo

#a863ac Color Hex

#A863AC
(168,99,172)
0 Favorites   0 Comments

Color spaces of #a863ac

RGB 16899172
HSL0.820.310.53
HSV297°42°67°
CMYK 0.020.420.00   0.33
XYZ28.056720.227141.4552
Yxy20.22710.31260.2254
Hunter Lab44.974532.6491-23.1683
CIE-Lab52.093039.4127-27.5543

#a863ac color RGB value is (168,99,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100011 10101100
Octal 250 143 254
Decimal 168 99 172
Hex A8 63 AC

RGB Percentages of Color #a863ac

%38.27
%22.55
%39.18

CMYK Percentages of Color #a863ac

%2
%42
%0
%33

Triadic Colors of #a863ac

#a863ac #aca863 #63aca8

Analogous Colors of #a863ac

#a863ac #ac638c #8463ac

Monochromatic Colors of #a863ac

#a863ac

Complementary Color

#a863ac #67ac63

#a863ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a863ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a863ac Color CSS Codes

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

#a863ac Text Font Color

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

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


#a863ac Background Color

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

This div background color is #a863ac


#a863ac Border Color

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

This div border color is #a863ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a863ac


Comments

No comments written yet.

Please login to write comment.