Color Hex Logo

#a036aa Color Hex

#A036AA
(160,54,170)
0 Favorites   0 Comments

Color spaces of #a036aa

RGB 16054170
HSL0.820.520.44
HSV295°68°67°
CMYK 0.060.680.00   0.33
XYZ23.072113.014239.3262
Yxy13.01420.30590.1726
Hunter Lab36.075251.0291-39.3804
CIE-Lab42.784658.5210-41.0780

#a036aa color RGB value is (160,54,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110110 10101010
Octal 240 66 252
Decimal 160 54 170
Hex A0 36 AA

RGB Percentages of Color #a036aa

%41.67
%14.06
%44.27

CMYK Percentages of Color #a036aa

%6
%68
%0
%33

Triadic Colors of #a036aa

#a036aa #aaa036 #36aaa0

Analogous Colors of #a036aa

#a036aa #aa367a #6636aa

Monochromatic Colors of #a036aa

#a036aa

Complementary Color

#a036aa #40aa36

#a036aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a036aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a036aa Color CSS Codes

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

#a036aa Text Font Color

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

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


#a036aa Background Color

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

This div background color is #a036aa


#a036aa Border Color

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

This div border color is #a036aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a036aa


Comments

No comments written yet.

Please login to write comment.