Color Hex Logo

#a863aa Color Hex

#A863AA
(168,99,170)
0 Favorites   0 Comments

Color spaces of #a863aa

RGB 16899170
HSL0.830.290.53
HSV298°42°67°
CMYK 0.010.420.00   0.33
XYZ27.866020.150840.4510
Yxy20.15080.31500.2278
Hunter Lab44.889632.2500-22.0047
CIE-Lab52.007339.0262-26.5221

#a863aa color RGB value is (168,99,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100011 10101010
Octal 250 143 252
Decimal 168 99 170
Hex A8 63 AA

RGB Percentages of Color #a863aa

%38.44
%22.65
%38.90

CMYK Percentages of Color #a863aa

%1
%42
%0
%33

Triadic Colors of #a863aa

#a863aa #aaa863 #63aaa8

Analogous Colors of #a863aa

#a863aa #aa6389 #8563aa

Monochromatic Colors of #a863aa

#a863aa

Complementary Color

#a863aa #65aa63

#a863aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a863aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a863aa Color CSS Codes

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

#a863aa Text Font Color

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

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


#a863aa Background Color

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

This div background color is #a863aa


#a863aa Border Color

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

This div border color is #a863aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,99,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a863aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a863aa


Comments

No comments written yet.

Please login to write comment.