Color Hex Logo

#a117aa Color Hex

#A117AA
(161,23,170)
0 Favorites   0 Comments

Color spaces of #a117aa

RGB 16123170
HSL0.820.760.38
HSV296°86°67°
CMYK 0.050.860.00   0.33
XYZ22.260011.092138.9980
Yxy11.09210.30770.1533
Hunter Lab33.304861.0210-46.1118
CIE-Lab39.735267.9620-45.9384

#a117aa color RGB value is (161,23,170).

#a117aa hex color red value is 161, green value is 23 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a117aa hue: 0.82 , saturation: 0.76 and the lightness value of a117aa is 0.38.

The process color (four color CMYK) of #a117aa color hex is 0.05, 0.86, 0.00, 0.33. Web safe color of #a117aa is #990099. Color #a117aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010111 10101010
Octal 241 27 252
Decimal 161 23 170
Hex A1 17 AA

RGB Percentages of Color #a117aa

%45.48
%6.50
%48.02

CMYK Percentages of Color #a117aa

%5
%86
%0
%33

Triadic Colors of #a117aa

#a117aa #aaa117 #17aaa1

Analogous Colors of #a117aa

#a117aa #aa176a #5817aa

Monochromatic Colors of #a117aa

#a117aa

Complementary Color

#a117aa #20aa17

#a117aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a117aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a117aa Color CSS Codes

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

#a117aa Text Font Color

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

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


#a117aa Background Color

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

This div background color is #a117aa


#a117aa Border Color

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

This div border color is #a117aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a117aa


Comments

No comments written yet.

Please login to write comment.