Color Hex Logo

#a471ab Color Hex

#A471AB
(164,113,171)
0 Favorites   0 Comments

Color spaces of #a471ab

RGB 164113171
HSL0.810.260.56
HSV293°34°67°
CMYK 0.040.340.00   0.33
XYZ28.565722.643041.3930
Yxy22.64300.30850.2445
Hunter Lab47.584723.8827-18.2660
CIE-Lab54.702730.1653-22.9823

#a471ab color RGB value is (164,113,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110001 10101011
Octal 244 161 253
Decimal 164 113 171
Hex A4 71 AB

RGB Percentages of Color #a471ab

%36.61
%25.22
%38.17

CMYK Percentages of Color #a471ab

%4
%34
%0
%33

Triadic Colors of #a471ab

#a471ab #aba471 #71aba4

Analogous Colors of #a471ab

#a471ab #ab7195 #8771ab

Monochromatic Colors of #a471ab

#a471ab

Complementary Color

#a471ab #78ab71

#a471ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a471ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a471ab Color CSS Codes

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

#a471ab Text Font Color

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

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


#a471ab Background Color

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

This div background color is #a471ab


#a471ab Border Color

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

This div border color is #a471ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a471ab


Comments

No comments written yet.

Please login to write comment.