Color Hex Logo

#a769aa Color Hex

#A769AA
(167,105,170)
0 Favorites   0 Comments

Color spaces of #a769aa

RGB 167105170
HSL0.830.280.54
HSV297°38°67°
CMYK 0.020.380.00   0.33
XYZ28.243621.220940.6377
Yxy21.22090.31350.2355
Hunter Lab46.066128.8243-20.0569
CIE-Lab53.190435.4201-24.7030

#a769aa color RGB value is (167,105,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101001 10101010
Octal 247 151 252
Decimal 167 105 170
Hex A7 69 AA

RGB Percentages of Color #a769aa

%37.78
%23.76
%38.46

CMYK Percentages of Color #a769aa

%2
%38
%0
%33

Triadic Colors of #a769aa

#a769aa #aaa769 #69aaa7

Analogous Colors of #a769aa

#a769aa #aa698d #8769aa

Monochromatic Colors of #a769aa

#a769aa

Complementary Color

#a769aa #6caa69

#a769aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a769aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a769aa Color CSS Codes

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

#a769aa Text Font Color

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

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


#a769aa Background Color

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

This div background color is #a769aa


#a769aa Border Color

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

This div border color is #a769aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a769aa


Comments

No comments written yet.

Please login to write comment.