Color Hex Logo

#a173ce Color Hex

#A173CE
(161,115,206)
0 Favorites   0 Comments

Color spaces of #a173ce

RGB 161115206
HSL0.750.480.63
HSV270°44°81°
CMYK 0.220.440.00   0.19
XYZ31.969324.294861.3969
Yxy24.29480.27170.2065
Hunter Lab49.289829.5179-39.3507
CIE-Lab56.381835.7339-40.4351

#a173ce color RGB value is (161,115,206).

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

The process color (four color CMYK) of #a173ce color hex is 0.22, 0.44, 0.00, 0.19. Web safe color of #a173ce is #9966cc. Color #a173ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110011 11001110
Octal 241 163 316
Decimal 161 115 206
Hex A1 73 CE

RGB Percentages of Color #a173ce

%33.40
%23.86
%42.74

CMYK Percentages of Color #a173ce

%22
%44
%0
%19

Triadic Colors of #a173ce

#a173ce #cea173 #73cea1

Analogous Colors of #a173ce

#a173ce #ce73ce #7473ce

Monochromatic Colors of #a173ce

#a173ce

Complementary Color

#a173ce #a0ce73

#a173ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a173ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a173ce Color CSS Codes

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

#a173ce Text Font Color

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

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


#a173ce Background Color

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

This div background color is #a173ce


#a173ce Border Color

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

This div border color is #a173ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a173ce


Comments

No comments written yet.

Please login to write comment.