Color Hex Logo

#a463aa Color Hex

#A463AA
(164,99,170)
0 Favorites   0 Comments

Color spaces of #a463aa

RGB 16499170
HSL0.820.290.53
HSV295°42°67°
CMYK 0.040.420.00   0.33
XYZ27.027419.718540.4118
Yxy19.71850.31010.2262
Hunter Lab44.405530.9343-22.8737
CIE-Lab51.517437.7716-27.3202

#a463aa color RGB value is (164,99,170).

#a463aa hex color red value is 164, green value is 99 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a463aa hue: 0.82 , saturation: 0.29 and the lightness value of a463aa is 0.53.

The process color (four color CMYK) of #a463aa color hex is 0.04, 0.42, 0.00, 0.33. Web safe color of #a463aa is #996699. Color #a463aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100011 10101010
Octal 244 143 252
Decimal 164 99 170
Hex A4 63 AA

RGB Percentages of Color #a463aa

%37.88
%22.86
%39.26

CMYK Percentages of Color #a463aa

%4
%42
%0
%33

Triadic Colors of #a463aa

#a463aa #aaa463 #63aaa4

Analogous Colors of #a463aa

#a463aa #aa638d #8163aa

Monochromatic Colors of #a463aa

#a463aa

Complementary Color

#a463aa #69aa63

#a463aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a463aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a463aa Color CSS Codes

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

#a463aa Text Font Color

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

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


#a463aa Background Color

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

This div background color is #a463aa


#a463aa Border Color

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

This div border color is #a463aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a463aa


Comments

No comments written yet.

Please login to write comment.