Color Hex Logo

#a96fbf Color Hex

#A96FBF
(169,111,191)
0 Favorites   0 Comments

Color spaces of #a96fbf

RGB 169111191
HSL0.790.380.59
HSV284°42°75°
CMYK 0.120.420.00   0.25
XYZ31.450623.565552.1812
Yxy23.56550.29340.2198
Hunter Lab48.544330.6930-29.7509
CIE-Lab55.650136.9966-32.9774

#a96fbf color RGB value is (169,111,191).

#a96fbf hex color red value is 169, green value is 111 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a96fbf hue: 0.79 , saturation: 0.38 and the lightness value of a96fbf is 0.59.

The process color (four color CMYK) of #a96fbf color hex is 0.12, 0.42, 0.00, 0.25. Web safe color of #a96fbf is #9966cc. Color #a96fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101111 10111111
Octal 251 157 277
Decimal 169 111 191
Hex A9 6F BF

RGB Percentages of Color #a96fbf

%35.88
%23.57
%40.55

CMYK Percentages of Color #a96fbf

%12
%42
%0
%25

Triadic Colors of #a96fbf

#a96fbf #bfa96f #6fbfa9

Analogous Colors of #a96fbf

#a96fbf #bf6fad #816fbf

Monochromatic Colors of #a96fbf

#a96fbf

Complementary Color

#a96fbf #85bf6f

#a96fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96fbf Color CSS Codes

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

#a96fbf Text Font Color

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

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


#a96fbf Background Color

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

This div background color is #a96fbf


#a96fbf Border Color

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

This div border color is #a96fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96fbf


Comments

No comments written yet.

Please login to write comment.