Color Hex Logo

#a1519a Color Hex

#A1519A
(161,81,154)
0 Favorites   0 Comments

Color spaces of #a1519a

RGB 16181154
HSL0.850.330.47
HSV305°50°63°
CMYK 0.000.500.04   0.37
XYZ23.473115.795032.3834
Yxy15.79500.32760.2204
Hunter Lab39.742935.8762-20.4907
CIE-Lab46.704443.4221-25.3899

#a1519a color RGB value is (161,81,154).

#a1519a hex color red value is 161, green value is 81 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a1519a hue: 0.85 , saturation: 0.33 and the lightness value of a1519a is 0.47.

The process color (four color CMYK) of #a1519a color hex is 0.00, 0.50, 0.04, 0.37. Web safe color of #a1519a is #996699. Color #a1519a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010001 10011010
Octal 241 121 232
Decimal 161 81 154
Hex A1 51 9A

RGB Percentages of Color #a1519a

%40.66
%20.45
%38.89

CMYK Percentages of Color #a1519a

%0
%50
%4
%37

Triadic Colors of #a1519a

#a1519a #9aa151 #519aa1

Analogous Colors of #a1519a

#a1519a #a15172 #8051a1

Monochromatic Colors of #a1519a

#a1519a

Complementary Color

#a1519a #51a158

#a1519a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1519a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1519a Color CSS Codes

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

#a1519a Text Font Color

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

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


#a1519a Background Color

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

This div background color is #a1519a


#a1519a Border Color

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

This div border color is #a1519a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,81,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a1519a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1519a


Comments

No comments written yet.

Please login to write comment.