Color Hex Logo

#a031aa Color Hex

#A031AA
(160,49,170)
0 Favorites   0 Comments

Color spaces of #a031aa

RGB 16049170
HSL0.820.550.43
HSV295°71°67°
CMYK 0.060.710.00   0.33
XYZ22.851212.572539.2526
Yxy12.57250.30600.1684
Hunter Lab35.457752.9857-40.8151
CIE-Lab42.111960.4220-42.1489

#a031aa color RGB value is (160,49,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110001 10101010
Octal 240 61 252
Decimal 160 49 170
Hex A0 31 AA

RGB Percentages of Color #a031aa

%42.22
%12.93
%44.85

CMYK Percentages of Color #a031aa

%6
%71
%0
%33

Triadic Colors of #a031aa

#a031aa #aaa031 #31aaa0

Analogous Colors of #a031aa

#a031aa #aa3178 #6331aa

Monochromatic Colors of #a031aa

#a031aa

Complementary Color

#a031aa #3baa31

#a031aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a031aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a031aa Color CSS Codes

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

#a031aa Text Font Color

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

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


#a031aa Background Color

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

This div background color is #a031aa


#a031aa Border Color

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

This div border color is #a031aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a031aa


Comments

No comments written yet.

Please login to write comment.