Color Hex Logo

#a016cc Color Hex

#A016CC
(160,22,204)
0 Favorites   0 Comments

Color spaces of #a016cc

RGB 16022204
HSL0.790.810.44
HSV285°89°80°
CMYK 0.220.890.00   0.20
XYZ25.683212.407058.1679
Yxy12.40700.26680.1289
Hunter Lab35.223668.5117-73.2545
CIE-Lab41.855873.8728-62.5309

#a016cc color RGB value is (160,22,204).

#a016cc hex color red value is 160, green value is 22 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a016cc hue: 0.79 , saturation: 0.81 and the lightness value of a016cc is 0.44.

The process color (four color CMYK) of #a016cc color hex is 0.22, 0.89, 0.00, 0.20. Web safe color of #a016cc is #9900cc. Color #a016cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010110 11001100
Octal 240 26 314
Decimal 160 22 204
Hex A0 16 CC

RGB Percentages of Color #a016cc

%41.45
%5.70
%52.85

CMYK Percentages of Color #a016cc

%22
%89
%0
%20

Triadic Colors of #a016cc

#a016cc #cca016 #16cca0

Analogous Colors of #a016cc

#a016cc #cc169d #4516cc

Monochromatic Colors of #a016cc

#a016cc

Complementary Color

#a016cc #42cc16

#a016cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a016cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a016cc Color CSS Codes

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

#a016cc Text Font Color

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

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


#a016cc Background Color

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

This div background color is #a016cc


#a016cc Border Color

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

This div border color is #a016cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a016cc


Comments

No comments written yet.

Please login to write comment.