Color Hex Logo

#a16dcc Color Hex

#A16DCC
(161,109,204)
0 Favorites   0 Comments

Color spaces of #a16dcc

RGB 161109204
HSL0.760.480.61
HSV273°47°80°
CMYK 0.210.470.00   0.20
XYZ31.065722.874059.9045
Yxy22.87400.27290.2009
Hunter Lab47.826832.2472-40.7838
CIE-Lab54.942338.6309-41.5671

#a16dcc color RGB value is (161,109,204).

#a16dcc hex color red value is 161, green value is 109 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a16dcc hue: 0.76 , saturation: 0.48 and the lightness value of a16dcc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101101 11001100
Octal 241 155 314
Decimal 161 109 204
Hex A1 6D CC

RGB Percentages of Color #a16dcc

%33.97
%23.00
%43.04

CMYK Percentages of Color #a16dcc

%21
%47
%0
%20

Triadic Colors of #a16dcc

#a16dcc #cca16d #6dcca1

Analogous Colors of #a16dcc

#a16dcc #cc6dc8 #726dcc

Monochromatic Colors of #a16dcc

#a16dcc

Complementary Color

#a16dcc #98cc6d

#a16dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a16dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a16dcc Color CSS Codes

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

#a16dcc Text Font Color

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

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


#a16dcc Background Color

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

This div background color is #a16dcc


#a16dcc Border Color

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

This div border color is #a16dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a16dcc


Comments

No comments written yet.

Please login to write comment.