Color Hex Logo

#a476ab Color Hex

#A476AB
(164,118,171)
0 Favorites   0 Comments

Color spaces of #a476ab

RGB 164118171
HSL0.810.240.57
HSV292°31°67°
CMYK 0.040.310.00   0.33
XYZ29.139023.789741.5841
Yxy23.78970.30830.2517
Hunter Lab48.774721.2839-16.4069
CIE-Lab55.876627.3310-21.1809

#a476ab color RGB value is (164,118,171).

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

The process color (four color CMYK) of #a476ab color hex is 0.04, 0.31, 0.00, 0.33. Web safe color of #a476ab is #996699. Color #a476ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 10101011
Octal 244 166 253
Decimal 164 118 171
Hex A4 76 AB

RGB Percentages of Color #a476ab

%36.20
%26.05
%37.75

CMYK Percentages of Color #a476ab

%4
%31
%0
%33

Triadic Colors of #a476ab

#a476ab #aba476 #76aba4

Analogous Colors of #a476ab

#a476ab #ab7698 #8a76ab

Monochromatic Colors of #a476ab

#a476ab

Complementary Color

#a476ab #7dab76

#a476ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a476ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a476ab Color CSS Codes

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

#a476ab Text Font Color

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

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


#a476ab Background Color

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

This div background color is #a476ab


#a476ab Border Color

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

This div border color is #a476ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a476ab


Comments

No comments written yet.

Please login to write comment.