Color Hex Logo

#a96ab7 Color Hex

#A96AB7
(169,106,183)
0 Favorites   0 Comments

Color spaces of #a96ab7

RGB 169106183
HSL0.800.350.57
HSV289°42°72°
CMYK 0.080.420.00   0.28
XYZ30.063522.162047.4929
Yxy22.16200.30150.2222
Hunter Lab47.076531.6078-26.8608
CIE-Lab54.198538.0929-30.6451

#a96ab7 color RGB value is (169,106,183).

#a96ab7 hex color red value is 169, green value is 106 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #a96ab7 hue: 0.80 , saturation: 0.35 and the lightness value of a96ab7 is 0.57.

The process color (four color CMYK) of #a96ab7 color hex is 0.08, 0.42, 0.00, 0.28. Web safe color of #a96ab7 is #9966cc. Color #a96ab7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101010 10110111
Octal 251 152 267
Decimal 169 106 183
Hex A9 6A B7

RGB Percentages of Color #a96ab7

%36.90
%23.14
%39.96

CMYK Percentages of Color #a96ab7

%8
%42
%0
%28

Triadic Colors of #a96ab7

#a96ab7 #b7a96a #6ab7a9

Analogous Colors of #a96ab7

#a96ab7 #b76a9f #836ab7

Monochromatic Colors of #a96ab7

#a96ab7

Complementary Color

#a96ab7 #78b76a

#a96ab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96ab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96ab7 Color CSS Codes

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

#a96ab7 Text Font Color

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

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


#a96ab7 Background Color

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

This div background color is #a96ab7


#a96ab7 Border Color

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

This div border color is #a96ab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96ab7


Comments

No comments written yet.

Please login to write comment.