Color Hex Logo

#a069ac Color Hex

#A069AC
(160,105,172)
0 Favorites   0 Comments

Color spaces of #a069ac

RGB 160105172
HSL0.800.290.54
HSV289°39°67°
CMYK 0.070.390.00   0.33
XYZ26.995220.555341.5745
Yxy20.55530.30290.2306
Hunter Lab45.338026.9414-22.6318
CIE-Lab52.459333.5812-27.0616

#a069ac color RGB value is (160,105,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101001 10101100
Octal 240 151 254
Decimal 160 105 172
Hex A0 69 AC

RGB Percentages of Color #a069ac

%36.61
%24.03
%39.36

CMYK Percentages of Color #a069ac

%7
%39
%0
%33

Triadic Colors of #a069ac

#a069ac #aca069 #69aca0

Analogous Colors of #a069ac

#a069ac #ac6997 #7f69ac

Monochromatic Colors of #a069ac

#a069ac

Complementary Color

#a069ac #75ac69

#a069ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a069ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a069ac Color CSS Codes

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

#a069ac Text Font Color

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

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


#a069ac Background Color

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

This div background color is #a069ac


#a069ac Border Color

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

This div border color is #a069ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,105,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a069ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a069ac


Comments

No comments written yet.

Please login to write comment.