Color Hex Logo

#a517aa Color Hex

#A517AA
(165,23,170)
0 Favorites   0 Comments

Color spaces of #a517aa

RGB 16523170
HSL0.830.760.38
HSV298°86°67°
CMYK 0.030.860.00   0.33
XYZ23.079111.514439.0363
Yxy11.51440.31340.1564
Hunter Lab33.932962.0224-44.4541
CIE-Lab40.433768.6859-44.7805

#a517aa color RGB value is (165,23,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010111 10101010
Octal 245 27 252
Decimal 165 23 170
Hex A5 17 AA

RGB Percentages of Color #a517aa

%46.09
%6.42
%47.49

CMYK Percentages of Color #a517aa

%3
%86
%0
%33

Triadic Colors of #a517aa

#a517aa #aaa517 #17aaa5

Analogous Colors of #a517aa

#a517aa #aa1766 #5c17aa

Monochromatic Colors of #a517aa

#a517aa

Complementary Color

#a517aa #1caa17

#a517aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a517aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a517aa Color CSS Codes

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

#a517aa Text Font Color

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

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


#a517aa Background Color

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

This div background color is #a517aa


#a517aa Border Color

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

This div border color is #a517aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a517aa


Comments

No comments written yet.

Please login to write comment.