Color Hex Logo

#a176fa Color Hex

#A176FA
(161,118,250)
0 Favorites   0 Comments

Color spaces of #a176fa

RGB 161118250
HSL0.720.930.72
HSV260°53°98°
CMYK 0.360.530.00   0.02
XYZ38.431727.436193.7126
Yxy27.43610.24080.1719
Hunter Lab52.379539.3043-69.4106
CIE-Lab59.375844.8362-60.2849

#a176fa color RGB value is (161,118,250).

#a176fa hex color red value is 161, green value is 118 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a176fa hue: 0.72 , saturation: 0.93 and the lightness value of a176fa is 0.72.

The process color (four color CMYK) of #a176fa color hex is 0.36, 0.53, 0.00, 0.02. Web safe color of #a176fa is #9966ff. Color #a176fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110110 11111010
Octal 241 166 372
Decimal 161 118 250
Hex A1 76 FA

RGB Percentages of Color #a176fa

%30.43
%22.31
%47.26

CMYK Percentages of Color #a176fa

%36
%53
%0
%2

Triadic Colors of #a176fa

#a176fa #faa176 #76faa1

Analogous Colors of #a176fa

#a176fa #e376fa #768dfa

Monochromatic Colors of #a176fa

#a176fa

Complementary Color

#a176fa #cffa76

#a176fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a176fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a176fa Color CSS Codes

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

#a176fa Text Font Color

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

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


#a176fa Background Color

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

This div background color is #a176fa


#a176fa Border Color

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

This div border color is #a176fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a176fa


Comments

No comments written yet.

Please login to write comment.