Color Hex Logo

#a96cab Color Hex

#A96CAB
(169,108,171)
0 Favorites   0 Comments

Color spaces of #a96cab

RGB 169108171
HSL0.830.270.55
HSV298°37°67°
CMYK 0.010.370.00   0.33
XYZ29.075422.100441.2614
Yxy22.10040.31450.2391
Hunter Lab47.011128.1293-19.1308
CIE-Lab54.133434.5995-23.8102

#a96cab color RGB value is (169,108,171).

#a96cab hex color red value is 169, green value is 108 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a96cab hue: 0.83 , saturation: 0.27 and the lightness value of a96cab is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101100 10101011
Octal 251 154 253
Decimal 169 108 171
Hex A9 6C AB

RGB Percentages of Color #a96cab

%37.72
%24.11
%38.17

CMYK Percentages of Color #a96cab

%1
%37
%0
%33

Triadic Colors of #a96cab

#a96cab #aba96c #6caba9

Analogous Colors of #a96cab

#a96cab #ab6c8e #8a6cab

Monochromatic Colors of #a96cab

#a96cab

Complementary Color

#a96cab #6eab6c

#a96cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96cab Color CSS Codes

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

#a96cab Text Font Color

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

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


#a96cab Background Color

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

This div background color is #a96cab


#a96cab Border Color

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

This div border color is #a96cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,108,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a96cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a96cab;
  -webkit-box-shadow: 1px 1px 3px 2px #a96cab;
  box-shadow:         1px 1px 3px 2px #a96cab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,108,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96cab


Comments

No comments written yet.

Please login to write comment.