Color Hex Logo

#a136aa Color Hex

#A136AA
(161,54,170)
0 Favorites   0 Comments

Color spaces of #a136aa

RGB 16154170
HSL0.820.520.44
HSV295°68°67°
CMYK 0.050.680.00   0.33
XYZ23.272813.117739.3356
Yxy13.11770.30730.1732
Hunter Lab36.218451.3164-39.0401
CIE-Lab42.940158.7528-40.8214

#a136aa color RGB value is (161,54,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110110 10101010
Octal 241 66 252
Decimal 161 54 170
Hex A1 36 AA

RGB Percentages of Color #a136aa

%41.82
%14.03
%44.16

CMYK Percentages of Color #a136aa

%5
%68
%0
%33

Triadic Colors of #a136aa

#a136aa #aaa136 #36aaa1

Analogous Colors of #a136aa

#a136aa #aa3679 #6736aa

Monochromatic Colors of #a136aa

#a136aa

Complementary Color

#a136aa #3faa36

#a136aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a136aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a136aa Color CSS Codes

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

#a136aa Text Font Color

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

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


#a136aa Background Color

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

This div background color is #a136aa


#a136aa Border Color

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

This div border color is #a136aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a136aa


Comments

No comments written yet.

Please login to write comment.