Color Hex Logo

#a864aa Color Hex

#A864AA
(168,100,170)
0 Favorites   0 Comments

Color spaces of #a864aa

RGB 168100170
HSL0.830.290.53
HSV298°41°67°
CMYK 0.010.410.00   0.33
XYZ27.961320.341540.4828
Yxy20.34150.31490.2291
Hunter Lab45.101631.7357-21.6472
CIE-Lab52.221138.4827-26.1910

#a864aa color RGB value is (168,100,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100100 10101010
Octal 250 144 252
Decimal 168 100 170
Hex A8 64 AA

RGB Percentages of Color #a864aa

%38.36
%22.83
%38.81

CMYK Percentages of Color #a864aa

%1
%41
%0
%33

Triadic Colors of #a864aa

#a864aa #aaa864 #64aaa8

Analogous Colors of #a864aa

#a864aa #aa6489 #8564aa

Monochromatic Colors of #a864aa

#a864aa

Complementary Color

#a864aa #66aa64

#a864aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a864aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a864aa Color CSS Codes

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

#a864aa Text Font Color

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

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


#a864aa Background Color

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

This div background color is #a864aa


#a864aa Border Color

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

This div border color is #a864aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a864aa


Comments

No comments written yet.

Please login to write comment.