Color Hex Logo

#a958aa Color Hex

#A958AA
(169,88,170)
0 Favorites   0 Comments

Color spaces of #a958aa

RGB 16988170
HSL0.830.330.51
HSV299°48°67°
CMYK 0.010.480.00   0.33
XYZ27.107618.316740.1370
Yxy18.31670.31680.2141
Hunter Lab42.798038.1626-25.6450
CIE-Lab49.878045.1631-29.8203

#a958aa color RGB value is (169,88,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011000 10101010
Octal 251 130 252
Decimal 169 88 170
Hex A9 58 AA

RGB Percentages of Color #a958aa

%39.58
%20.61
%39.81

CMYK Percentages of Color #a958aa

%1
%48
%0
%33

Triadic Colors of #a958aa

#a958aa #aaa958 #58aaa9

Analogous Colors of #a958aa

#a958aa #aa5882 #8058aa

Monochromatic Colors of #a958aa

#a958aa

Complementary Color

#a958aa #59aa58

#a958aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a958aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a958aa Color CSS Codes

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

#a958aa Text Font Color

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

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


#a958aa Background Color

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

This div background color is #a958aa


#a958aa Border Color

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

This div border color is #a958aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a958aa


Comments

No comments written yet.

Please login to write comment.