Color Hex Logo

#a167dc Color Hex

#A167DC
(161,103,220)
0 Favorites   0 Comments

Color spaces of #a167dc

RGB 161103220
HSL0.750.630.63
HSV270°53°86°
CMYK 0.270.530.00   0.14
XYZ32.466522.444970.3313
Yxy22.44490.25920.1792
Hunter Lab47.376039.4168-54.8547
CIE-Lab54.495945.6559-51.3412

#a167dc color RGB value is (161,103,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100111 11011100
Octal 241 147 334
Decimal 161 103 220
Hex A1 67 DC

RGB Percentages of Color #a167dc

%33.26
%21.28
%45.45

CMYK Percentages of Color #a167dc

%27
%53
%0
%14

Triadic Colors of #a167dc

#a167dc #dca167 #67dca1

Analogous Colors of #a167dc

#a167dc #dc67dc #6768dc

Monochromatic Colors of #a167dc

#a167dc

Complementary Color

#a167dc #a2dc67

#a167dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a167dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a167dc Color CSS Codes

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

#a167dc Text Font Color

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

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


#a167dc Background Color

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

This div background color is #a167dc


#a167dc Border Color

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

This div border color is #a167dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a167dc


Comments

No comments written yet.

Please login to write comment.