Color Hex Logo

#a147fa Color Hex

#A147FA
(161,71,250)
0 Favorites   0 Comments

Color spaces of #a147fa

RGB 16171250
HSL0.750.950.63
HSV270°72°98°
CMYK 0.360.720.00   0.02
XYZ34.206518.985792.3042
Yxy18.98570.23510.1305
Hunter Lab43.572663.8788-95.0992
CIE-Lab50.670568.2805-74.3363

#a147fa color RGB value is (161,71,250).

#a147fa hex color red value is 161, green value is 71 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a147fa hue: 0.75 , saturation: 0.95 and the lightness value of a147fa is 0.63.

The process color (four color CMYK) of #a147fa color hex is 0.36, 0.72, 0.00, 0.02. Web safe color of #a147fa is #9933ff. Color #a147fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000111 11111010
Octal 241 107 372
Decimal 161 71 250
Hex A1 47 FA

RGB Percentages of Color #a147fa

%33.40
%14.73
%51.87

CMYK Percentages of Color #a147fa

%36
%72
%0
%2

Triadic Colors of #a147fa

#a147fa #faa147 #47faa1

Analogous Colors of #a147fa

#a147fa #fa47fa #4847fa

Monochromatic Colors of #a147fa

#a147fa

Complementary Color

#a147fa #a0fa47

#a147fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a147fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a147fa Color CSS Codes

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

#a147fa Text Font Color

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

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


#a147fa Background Color

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

This div background color is #a147fa


#a147fa Border Color

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

This div border color is #a147fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a147fa

Related Colors


Comments

No comments written yet.

Please login to write comment.