Color Hex Logo

#a396ab Color Hex

#A396AB
(163,150,171)
0 Favorites   0 Comments

Color spaces of #a396ab

RGB 163150171
HSL0.770.110.63
HSV277°12°67°
CMYK 0.050.120.00   0.33
XYZ33.361332.539543.0505
Yxy32.53950.30620.2987
Hunter Lab57.04344.5681-4.8156
CIE-Lab63.78638.7931-9.2295

#a396ab color RGB value is (163,150,171).

#a396ab hex color red value is 163, green value is 150 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a396ab hue: 0.77 , saturation: 0.11 and the lightness value of a396ab is 0.63.

The process color (four color CMYK) of #a396ab color hex is 0.05, 0.12, 0.00, 0.33. Web safe color of #a396ab is #999999. Color #a396ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010110 10101011
Octal 243 226 253
Decimal 163 150 171
Hex A3 96 AB

RGB Percentages of Color #a396ab

%33.68
%30.99
%35.33

CMYK Percentages of Color #a396ab

%5
%12
%0
%33

Triadic Colors of #a396ab

#a396ab #aba396 #96aba3

Analogous Colors of #a396ab

#a396ab #ab96a9 #9996ab

Monochromatic Colors of #a396ab

#a396ab

Complementary Color

#a396ab #9eab96

#a396ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a396ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a396ab Color CSS Codes

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

#a396ab Text Font Color

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

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


#a396ab Background Color

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

This div background color is #a396ab


#a396ab Border Color

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

This div border color is #a396ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,150,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a396ab


Comments

No comments written yet.

Please login to write comment.