Color Hex Logo

#a138aa Color Hex

#A138AA
(161,56,170)
0 Favorites   0 Comments

Color spaces of #a138aa

RGB 16156170
HSL0.820.500.44
HSV295°67°67°
CMYK 0.050.670.00   0.33
XYZ23.367813.307739.3672
Yxy13.30770.30730.1750
Hunter Lab36.479750.5022-38.4472
CIE-Lab43.223357.9572-40.3712

#a138aa color RGB value is (161,56,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111000 10101010
Octal 241 70 252
Decimal 161 56 170
Hex A1 38 AA

RGB Percentages of Color #a138aa

%41.60
%14.47
%43.93

CMYK Percentages of Color #a138aa

%5
%67
%0
%33

Triadic Colors of #a138aa

#a138aa #aaa138 #38aaa1

Analogous Colors of #a138aa

#a138aa #aa387a #6838aa

Monochromatic Colors of #a138aa

#a138aa

Complementary Color

#a138aa #41aa38

#a138aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a138aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a138aa Color CSS Codes

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

#a138aa Text Font Color

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

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


#a138aa Background Color

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

This div background color is #a138aa


#a138aa Border Color

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

This div border color is #a138aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a138aa


Comments

No comments written yet.

Please login to write comment.