Color Hex Logo

#a96af5 Color Hex

#A96AF5
(169,106,245)
0 Favorites   0 Comments

Color spaces of #a96af5

RGB 169106245
HSL0.740.870.69
HSV267°57°96°
CMYK 0.310.570.00   0.04
XYZ37.997725.335789.2738
Yxy25.33570.24900.1660
Hunter Lab50.334646.6646-69.9230
CIE-Lab57.401151.9511-60.6373

#a96af5 color RGB value is (169,106,245).

#a96af5 hex color red value is 169, green value is 106 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #a96af5 hue: 0.74 , saturation: 0.87 and the lightness value of a96af5 is 0.69.

The process color (four color CMYK) of #a96af5 color hex is 0.31, 0.57, 0.00, 0.04. Web safe color of #a96af5 is #9966ff. Color #a96af5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101010 11110101
Octal 251 152 365
Decimal 169 106 245
Hex A9 6A F5

RGB Percentages of Color #a96af5

%32.50
%20.38
%47.12

CMYK Percentages of Color #a96af5

%31
%57
%0
%4

Triadic Colors of #a96af5

#a96af5 #f5a96a #6af5a9

Analogous Colors of #a96af5

#a96af5 #ef6af5 #6a71f5

Monochromatic Colors of #a96af5

#a96af5

Complementary Color

#a96af5 #b6f56a

#a96af5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96af5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96af5 Color CSS Codes

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

#a96af5 Text Font Color

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

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


#a96af5 Background Color

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

This div background color is #a96af5


#a96af5 Border Color

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

This div border color is #a96af5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,106,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96af5


Comments

No comments written yet.

Please login to write comment.