Color Hex Logo

#a379ab Color Hex

#A379AB
(163,121,171)
0 Favorites   0 Comments

Color spaces of #a379ab

RGB 163121171
HSL0.810.230.57
HSV290°29°67°
CMYK 0.050.290.00   0.33
XYZ29.292324.401541.6942
Yxy24.40150.30710.2558
Hunter Lab49.397919.4019-15.4651
CIE-Lab56.487625.2878-20.2555

#a379ab color RGB value is (163,121,171).

#a379ab hex color red value is 163, green value is 121 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a379ab hue: 0.81 , saturation: 0.23 and the lightness value of a379ab is 0.57.

The process color (four color CMYK) of #a379ab color hex is 0.05, 0.29, 0.00, 0.33. Web safe color of #a379ab is #996699. Color #a379ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111001 10101011
Octal 243 171 253
Decimal 163 121 171
Hex A3 79 AB

RGB Percentages of Color #a379ab

%35.82
%26.59
%37.58

CMYK Percentages of Color #a379ab

%5
%29
%0
%33

Triadic Colors of #a379ab

#a379ab #aba379 #79aba3

Analogous Colors of #a379ab

#a379ab #ab799a #8a79ab

Monochromatic Colors of #a379ab

#a379ab

Complementary Color

#a379ab #81ab79

#a379ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a379ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a379ab Color CSS Codes

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

#a379ab Text Font Color

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

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


#a379ab Background Color

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

This div background color is #a379ab


#a379ab Border Color

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

This div border color is #a379ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a379ab


Comments

No comments written yet.

Please login to write comment.