Color Hex Logo

#a731aa Color Hex

#A731AA
(167,49,170)
0 Favorites   0 Comments

Color spaces of #a731aa

RGB 16749170
HSL0.830.550.43
HSV299°71°67°
CMYK 0.020.710.00   0.33
XYZ24.290413.314439.3199
Yxy13.31440.31580.1731
Hunter Lab36.488954.9706-38.3478
CIE-Lab43.233261.9835-40.2970

#a731aa color RGB value is (167,49,170).

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

The process color (four color CMYK) of #a731aa color hex is 0.02, 0.71, 0.00, 0.33. Web safe color of #a731aa is #993399. Color #a731aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110001 10101010
Octal 247 61 252
Decimal 167 49 170
Hex A7 31 AA

RGB Percentages of Color #a731aa

%43.26
%12.69
%44.04

CMYK Percentages of Color #a731aa

%2
%71
%0
%33

Triadic Colors of #a731aa

#a731aa #aaa731 #31aaa7

Analogous Colors of #a731aa

#a731aa #aa3171 #6b31aa

Monochromatic Colors of #a731aa

#a731aa

Complementary Color

#a731aa #34aa31

#a731aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a731aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a731aa Color CSS Codes

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

#a731aa Text Font Color

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

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


#a731aa Background Color

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

This div background color is #a731aa


#a731aa Border Color

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

This div border color is #a731aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a731aa


Comments

No comments written yet.

Please login to write comment.