Color Hex Logo

#a143aa Color Hex

#A143AA
(161,67,170)
0 Favorites   0 Comments

Color spaces of #a143aa

RGB 16167170
HSL0.820.430.46
HSV295°61°67°
CMYK 0.050.610.00   0.33
XYZ23.960814.493739.5649
Yxy14.49370.30710.1858
Hunter Lab38.070645.7205-34.9678
CIE-Lab44.932853.2160-37.6619

#a143aa color RGB value is (161,67,170).

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

The process color (four color CMYK) of #a143aa color hex is 0.05, 0.61, 0.00, 0.33. Web safe color of #a143aa is #993399. Color #a143aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000011 10101010
Octal 241 103 252
Decimal 161 67 170
Hex A1 43 AA

RGB Percentages of Color #a143aa

%40.45
%16.83
%42.71

CMYK Percentages of Color #a143aa

%5
%61
%0
%33

Triadic Colors of #a143aa

#a143aa #aaa143 #43aaa1

Analogous Colors of #a143aa

#a143aa #aa4380 #6e43aa

Monochromatic Colors of #a143aa

#a143aa

Complementary Color

#a143aa #4caa43

#a143aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a143aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a143aa Color CSS Codes

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

#a143aa Text Font Color

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

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


#a143aa Background Color

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

This div background color is #a143aa


#a143aa Border Color

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

This div border color is #a143aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a143aa


Comments

No comments written yet.

Please login to write comment.