Color Hex Logo

#a868aa Color Hex

#A868AA
(168,104,170)
0 Favorites   0 Comments

Color spaces of #a868aa

RGB 168104170
HSL0.830.280.54
HSV298°39°67°
CMYK 0.010.390.00   0.33
XYZ28.354521.127740.6138
Yxy21.12770.31470.2345
Hunter Lab45.964929.6733-20.2122
CIE-Lab53.089036.2935-24.8497

#a868aa color RGB value is (168,104,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101000 10101010
Octal 250 150 252
Decimal 168 104 170
Hex A8 68 AA

RGB Percentages of Color #a868aa

%38.01
%23.53
%38.46

CMYK Percentages of Color #a868aa

%1
%39
%0
%33

Triadic Colors of #a868aa

#a868aa #aaa868 #68aaa8

Analogous Colors of #a868aa

#a868aa #aa688b #8768aa

Monochromatic Colors of #a868aa

#a868aa

Complementary Color

#a868aa #6aaa68

#a868aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a868aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a868aa Color CSS Codes

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

#a868aa Text Font Color

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

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


#a868aa Background Color

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

This div background color is #a868aa


#a868aa Border Color

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

This div border color is #a868aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a868aa


Comments

No comments written yet.

Please login to write comment.