Color Hex Logo

#a405aa Color Hex

#A405AA
(164,5,170)
0 Favorites   0 Comments

Color spaces of #a405aa

RGB 1645170
HSL0.830.940.34
HSV298°97°67°
CMYK 0.040.970.00   0.33
XYZ22.619810.903338.9426
Yxy10.90330.31210.1505
Hunter Lab33.020164.4927-46.8101
CIE-Lab39.417170.9845-46.4194

#a405aa color RGB value is (164,5,170).

#a405aa hex color red value is 164, green value is 5 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a405aa hue: 0.83 , saturation: 0.94 and the lightness value of a405aa is 0.34.

The process color (four color CMYK) of #a405aa color hex is 0.04, 0.97, 0.00, 0.33. Web safe color of #a405aa is #990099. Color #a405aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000101 10101010
Octal 244 5 252
Decimal 164 5 170
Hex A4 5 AA

RGB Percentages of Color #a405aa

%48.38
%1.47
%50.15

CMYK Percentages of Color #a405aa

%4
%97
%0
%33

Triadic Colors of #a405aa

#a405aa #aaa405 #05aaa4

Analogous Colors of #a405aa

#a405aa #aa055d #5205aa

Monochromatic Colors of #a405aa

#a405aa

Complementary Color

#a405aa #0baa05

#a405aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a405aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a405aa Color CSS Codes

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

#a405aa Text Font Color

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

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


#a405aa Background Color

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

This div background color is #a405aa


#a405aa Border Color

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

This div border color is #a405aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a405aa


Comments

No comments written yet.

Please login to write comment.