Color Hex Logo

#a161dc Color Hex

#A161DC
(161,97,220)
0 Favorites   0 Comments

Color spaces of #a161dc

RGB 16197220
HSL0.750.640.62
HSV271°56°86°
CMYK 0.270.560.00   0.14
XYZ31.890921.293870.1394
Yxy21.29380.25860.1727
Hunter Lab46.145242.6070-57.8175
CIE-Lab53.269648.8641-53.2982

#a161dc color RGB value is (161,97,220).

#a161dc hex color red value is 161, green value is 97 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a161dc hue: 0.75 , saturation: 0.64 and the lightness value of a161dc is 0.62.

The process color (four color CMYK) of #a161dc color hex is 0.27, 0.56, 0.00, 0.14. Web safe color of #a161dc is #9966cc. Color #a161dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100001 11011100
Octal 241 141 334
Decimal 161 97 220
Hex A1 61 DC

RGB Percentages of Color #a161dc

%33.68
%20.29
%46.03

CMYK Percentages of Color #a161dc

%27
%56
%0
%14

Triadic Colors of #a161dc

#a161dc #dca161 #61dca1

Analogous Colors of #a161dc

#a161dc #dc61da #6361dc

Monochromatic Colors of #a161dc

#a161dc

Complementary Color

#a161dc #9cdc61

#a161dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a161dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a161dc Color CSS Codes

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

#a161dc Text Font Color

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

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


#a161dc Background Color

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

This div background color is #a161dc


#a161dc Border Color

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

This div border color is #a161dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a161dc


Comments

No comments written yet.

Please login to write comment.