Color Hex Logo

#a996bf Color Hex

#A996BF
(169,150,191)
0 Favorites   0 Comments

Color spaces of #a996bf

RGB 169150191
HSL0.740.240.67
HSV268°21°75°
CMYK 0.120.210.00   0.25
XYZ36.672534.009353.9218
Yxy34.00930.29430.2729
Hunter Lab58.317510.1927-13.9988
CIE-Lab64.970014.9938-18.6300

#a996bf color RGB value is (169,150,191).

#a996bf hex color red value is 169, green value is 150 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a996bf hue: 0.74 , saturation: 0.24 and the lightness value of a996bf is 0.67.

The process color (four color CMYK) of #a996bf color hex is 0.12, 0.21, 0.00, 0.25. Web safe color of #a996bf is #9999cc. Color #a996bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010110 10111111
Octal 251 226 277
Decimal 169 150 191
Hex A9 96 BF

RGB Percentages of Color #a996bf

%33.14
%29.41
%37.45

CMYK Percentages of Color #a996bf

%12
%21
%0
%25

Triadic Colors of #a996bf

#a996bf #bfa996 #96bfa9

Analogous Colors of #a996bf

#a996bf #be96bf #9698bf

Monochromatic Colors of #a996bf

#a996bf

Complementary Color

#a996bf #acbf96

#a996bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a996bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a996bf Color CSS Codes

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

#a996bf Text Font Color

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

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


#a996bf Background Color

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

This div background color is #a996bf


#a996bf Border Color

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

This div border color is #a996bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a996bf


Comments

No comments written yet.

Please login to write comment.