Color Hex Logo

#a96aba Color Hex

#A96ABA
(169,106,186)
0 Favorites   0 Comments

Color spaces of #a96aba

RGB 169106186
HSL0.800.370.57
HSV287°43°73°
CMYK 0.090.430.00   0.27
XYZ30.379122.288349.1553
Yxy22.28830.29840.2189
Hunter Lab47.210532.2432-28.6851
CIE-Lab54.331638.7071-32.1651

#a96aba color RGB value is (169,106,186).

#a96aba hex color red value is 169, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a96aba hue: 0.80 , saturation: 0.37 and the lightness value of a96aba is 0.57.

The process color (four color CMYK) of #a96aba color hex is 0.09, 0.43, 0.00, 0.27. Web safe color of #a96aba is #9966cc. Color #a96aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101010 10111010
Octal 251 152 272
Decimal 169 106 186
Hex A9 6A BA

RGB Percentages of Color #a96aba

%36.66
%22.99
%40.35

CMYK Percentages of Color #a96aba

%9
%43
%0
%27

Triadic Colors of #a96aba

#a96aba #baa96a #6abaa9

Analogous Colors of #a96aba

#a96aba #ba6aa3 #816aba

Monochromatic Colors of #a96aba

#a96aba

Complementary Color

#a96aba #7bba6a

#a96aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96aba Color CSS Codes

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

#a96aba Text Font Color

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

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


#a96aba Background Color

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

This div background color is #a96aba


#a96aba Border Color

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

This div border color is #a96aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96aba


Comments

No comments written yet.

Please login to write comment.