Color Hex Logo

#a867aa Color Hex

#A867AA
(168,103,170)
0 Favorites   0 Comments

Color spaces of #a867aa

RGB 168103170
HSL0.830.280.54
HSV298°39°67°
CMYK 0.010.390.00   0.33
XYZ28.254420.927640.5805
Yxy20.92760.31480.2331
Hunter Lab45.746730.1897-20.5717
CIE-Lab52.870236.8430-25.1876

#a867aa color RGB value is (168,103,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100111 10101010
Octal 250 147 252
Decimal 168 103 170
Hex A8 67 AA

RGB Percentages of Color #a867aa

%38.10
%23.36
%38.55

CMYK Percentages of Color #a867aa

%1
%39
%0
%33

Triadic Colors of #a867aa

#a867aa #aaa867 #67aaa8

Analogous Colors of #a867aa

#a867aa #aa678b #8767aa

Monochromatic Colors of #a867aa

#a867aa

Complementary Color

#a867aa #69aa67

#a867aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a867aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a867aa Color CSS Codes

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

#a867aa Text Font Color

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

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


#a867aa Background Color

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

This div background color is #a867aa


#a867aa Border Color

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

This div border color is #a867aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a867aa


Comments

No comments written yet.

Please login to write comment.