Color Hex Logo

#a40aa1 Color Hex

#A40AA1
(164,10,161)
0 Favorites   0 Comments

Color spaces of #a40aa1

RGB 16410161
HSL0.840.890.34
HSV301°94°64°
CMYK 0.000.940.02   0.36
XYZ21.851410.682834.6285
Yxy10.68280.32540.1591
Hunter Lab32.684662.1390-39.9371
CIE-Lab39.041069.0566-41.6191

#a40aa1 color RGB value is (164,10,161).

#a40aa1 hex color red value is 164, green value is 10 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #a40aa1 hue: 0.84 , saturation: 0.89 and the lightness value of a40aa1 is 0.34.

The process color (four color CMYK) of #a40aa1 color hex is 0.00, 0.94, 0.02, 0.36. Web safe color of #a40aa1 is #990099. Color #a40aa1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001010 10100001
Octal 244 12 241
Decimal 164 10 161
Hex A4 A A1

RGB Percentages of Color #a40aa1

%48.96
%2.99
%48.06

CMYK Percentages of Color #a40aa1

%0
%94
%2
%36

Triadic Colors of #a40aa1

#a40aa1 #a1a40a #0aa1a4

Analogous Colors of #a40aa1

#a40aa1 #a40a54 #5a0aa4

Monochromatic Colors of #a40aa1

#a40aa1

Complementary Color

#a40aa1 #0aa40d

#a40aa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40aa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40aa1 Color CSS Codes

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

#a40aa1 Text Font Color

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

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


#a40aa1 Background Color

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

This div background color is #a40aa1


#a40aa1 Border Color

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

This div border color is #a40aa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40aa1


Comments

No comments written yet.

Please login to write comment.