Color Hex Logo

#a196fe Color Hex

#A196FE
(161,150,254)
0 Favorites   0 Comments

Color spaces of #a196fe

RGB 161150254
HSL0.680.980.79
HSV246°41°100°
CMYK 0.370.410.00   0.00
XYZ43.493736.545598.5276
Yxy36.54550.24360.2047
Hunter Lab60.452922.6319-54.3153
CIE-Lab66.934627.8234-50.4565

#a196fe color RGB value is (161,150,254).

#a196fe hex color red value is 161, green value is 150 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a196fe hue: 0.68 , saturation: 0.98 and the lightness value of a196fe is 0.79.

The process color (four color CMYK) of #a196fe color hex is 0.37, 0.41, 0.00, 0.00. Web safe color of #a196fe is #9999ff. Color #a196fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010110 11111110
Octal 241 226 376
Decimal 161 150 254
Hex A1 96 FE

RGB Percentages of Color #a196fe

%28.50
%26.55
%44.96

CMYK Percentages of Color #a196fe

%37
%41
%0
%0

Triadic Colors of #a196fe

#a196fe #fea196 #96fea1

Analogous Colors of #a196fe

#a196fe #d596fe #96bffe

Monochromatic Colors of #a196fe

#a196fe

Complementary Color

#a196fe #f3fe96

#a196fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a196fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a196fe Color CSS Codes

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

#a196fe Text Font Color

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

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


#a196fe Background Color

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

This div background color is #a196fe


#a196fe Border Color

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

This div border color is #a196fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a196fe


Comments

No comments written yet.

Please login to write comment.