Color Hex Logo

#a069aa Color Hex

#A069AA
(160,105,170)
0 Favorites   0 Comments

Color spaces of #a069aa

RGB 160105170
HSL0.810.280.54
HSV291°38°67°
CMYK 0.060.380.00   0.33
XYZ26.804520.479040.5703
Yxy20.47900.30510.2331
Hunter Lab45.253726.5343-21.4763
CIE-Lab52.374533.1710-26.0301

#a069aa color RGB value is (160,105,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101001 10101010
Octal 240 151 252
Decimal 160 105 170
Hex A0 69 AA

RGB Percentages of Color #a069aa

%36.78
%24.14
%39.08

CMYK Percentages of Color #a069aa

%6
%38
%0
%33

Triadic Colors of #a069aa

#a069aa #aaa069 #69aaa0

Analogous Colors of #a069aa

#a069aa #aa6994 #8069aa

Monochromatic Colors of #a069aa

#a069aa

Complementary Color

#a069aa #73aa69

#a069aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a069aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a069aa Color CSS Codes

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

#a069aa Text Font Color

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

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


#a069aa Background Color

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

This div background color is #a069aa


#a069aa Border Color

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

This div border color is #a069aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a069aa


Comments

No comments written yet.

Please login to write comment.