Color Hex Logo

#a16aac Color Hex

#A16AAC
(161,106,172)
0 Favorites   0 Comments

Color spaces of #a16aac

RGB 161106172
HSL0.810.280.55
HSV290°38°67°
CMYK 0.060.380.00   0.33
XYZ27.298420.863741.6180
Yxy20.86370.30410.2324
Hunter Lab45.676826.7448-22.0478
CIE-Lab52.800033.3386-26.5249

#a16aac color RGB value is (161,106,172).

#a16aac hex color red value is 161, green value is 106 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a16aac hue: 0.81 , saturation: 0.28 and the lightness value of a16aac is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101010 10101100
Octal 241 152 254
Decimal 161 106 172
Hex A1 6A AC

RGB Percentages of Color #a16aac

%36.67
%24.15
%39.18

CMYK Percentages of Color #a16aac

%6
%38
%0
%33

Triadic Colors of #a16aac

#a16aac #aca16a #6aaca1

Analogous Colors of #a16aac

#a16aac #ac6a96 #806aac

Monochromatic Colors of #a16aac

#a16aac

Complementary Color

#a16aac #75ac6a

#a16aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a16aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a16aac Color CSS Codes

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

#a16aac Text Font Color

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

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


#a16aac Background Color

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

This div background color is #a16aac


#a16aac Border Color

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

This div border color is #a16aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a16aac


Comments

No comments written yet.

Please login to write comment.