Color Hex Logo

#a96ffa Color Hex

#A96FFA
(169,111,250)
0 Favorites   0 Comments

Color spaces of #a96ffa

RGB 169111250
HSL0.740.930.71
HSV265°56°98°
CMYK 0.320.560.00   0.02
XYZ39.301926.706093.5258
Yxy26.70600.24640.1674
Hunter Lab51.677845.3161-71.1277
CIE-Lab58.701250.5139-61.3216

#a96ffa color RGB value is (169,111,250).

#a96ffa hex color red value is 169, green value is 111 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a96ffa hue: 0.74 , saturation: 0.93 and the lightness value of a96ffa is 0.71.

The process color (four color CMYK) of #a96ffa color hex is 0.32, 0.56, 0.00, 0.02. Web safe color of #a96ffa is #9966ff. Color #a96ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101111 11111010
Octal 251 157 372
Decimal 169 111 250
Hex A9 6F FA

RGB Percentages of Color #a96ffa

%31.89
%20.94
%47.17

CMYK Percentages of Color #a96ffa

%32
%56
%0
%2

Triadic Colors of #a96ffa

#a96ffa #faa96f #6ffaa9

Analogous Colors of #a96ffa

#a96ffa #ef6ffa #6f7bfa

Monochromatic Colors of #a96ffa

#a96ffa

Complementary Color

#a96ffa #c0fa6f

#a96ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96ffa Color CSS Codes

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

#a96ffa Text Font Color

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

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


#a96ffa Background Color

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

This div background color is #a96ffa


#a96ffa Border Color

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

This div border color is #a96ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96ffa


Comments

No comments written yet.

Please login to write comment.