Color Hex Logo

#a159cc Color Hex

#A159CC
(161,89,204)
0 Favorites   0 Comments

Color spaces of #a159cc

RGB 16189204
HSL0.770.530.57
HSV278°56°80°
CMYK 0.210.560.00   0.20
XYZ29.169419.081559.2724
Yxy19.08150.27130.1775
Hunter Lab43.682442.7512-49.8726
CIE-Lab50.782449.4059-48.1609

#a159cc color RGB value is (161,89,204).

#a159cc hex color red value is 161, green value is 89 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a159cc hue: 0.77 , saturation: 0.53 and the lightness value of a159cc is 0.57.

The process color (four color CMYK) of #a159cc color hex is 0.21, 0.56, 0.00, 0.20. Web safe color of #a159cc is #9966cc. Color #a159cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011001 11001100
Octal 241 131 314
Decimal 161 89 204
Hex A1 59 CC

RGB Percentages of Color #a159cc

%35.46
%19.60
%44.93

CMYK Percentages of Color #a159cc

%21
%56
%0
%20

Triadic Colors of #a159cc

#a159cc #cca159 #59cca1

Analogous Colors of #a159cc

#a159cc #cc59be #6859cc

Monochromatic Colors of #a159cc

#a159cc

Complementary Color

#a159cc #84cc59

#a159cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a159cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a159cc Color CSS Codes

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

#a159cc Text Font Color

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

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


#a159cc Background Color

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

This div background color is #a159cc


#a159cc Border Color

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

This div border color is #a159cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a159cc


Comments

No comments written yet.

Please login to write comment.