Color Hex Logo

#a757aa Color Hex

#A757AA
(167,87,170)
0 Favorites   0 Comments

Color spaces of #a757aa

RGB 16787170
HSL0.830.330.50
HSV298°49°67°
CMYK 0.020.490.00   0.33
XYZ26.600217.934240.0899
Yxy17.93420.31430.2119
Hunter Lab42.348838.0094-26.4833
CIE-Lab49.416245.0871-30.5603

#a757aa color RGB value is (167,87,170).

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

The process color (four color CMYK) of #a757aa color hex is 0.02, 0.49, 0.00, 0.33. Web safe color of #a757aa is #996699. Color #a757aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010111 10101010
Octal 247 127 252
Decimal 167 87 170
Hex A7 57 AA

RGB Percentages of Color #a757aa

%39.39
%20.52
%40.09

CMYK Percentages of Color #a757aa

%2
%49
%0
%33

Triadic Colors of #a757aa

#a757aa #aaa757 #57aaa7

Analogous Colors of #a757aa

#a757aa #aa5784 #7e57aa

Monochromatic Colors of #a757aa

#a757aa

Complementary Color

#a757aa #5aaa57

#a757aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a757aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a757aa Color CSS Codes

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

#a757aa Text Font Color

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

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


#a757aa Background Color

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

This div background color is #a757aa


#a757aa Border Color

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

This div border color is #a757aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a757aa


Comments

No comments written yet.

Please login to write comment.