Color Hex Logo

#a95aab Color Hex

#A95AAB
(169,90,171)
0 Favorites   0 Comments

Color spaces of #a95aab

RGB 16990171
HSL0.830.330.51
HSV299°47°67°
CMYK 0.010.470.00   0.33
XYZ27.369018.687640.6926
Yxy18.68760.31550.2154
Hunter Lab43.229237.3599-25.5506
CIE-Lab50.319744.3137-29.7174

#a95aab color RGB value is (169,90,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011010 10101011
Octal 251 132 253
Decimal 169 90 171
Hex A9 5A AB

RGB Percentages of Color #a95aab

%39.30
%20.93
%39.77

CMYK Percentages of Color #a95aab

%1
%47
%0
%33

Triadic Colors of #a95aab

#a95aab #aba95a #5aaba9

Analogous Colors of #a95aab

#a95aab #ab5a85 #815aab

Monochromatic Colors of #a95aab

#a95aab

Complementary Color

#a95aab #5cab5a

#a95aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95aab Color CSS Codes

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

#a95aab Text Font Color

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

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


#a95aab Background Color

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

This div background color is #a95aab


#a95aab Border Color

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

This div border color is #a95aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95aab


Comments

No comments written yet.

Please login to write comment.