Color Hex Logo

#a271ab Color Hex

#A271AB
(162,113,171)
0 Favorites   0 Comments

Color spaces of #a271ab

RGB 162113171
HSL0.810.260.56
HSV291°34°67°
CMYK 0.050.340.00   0.33
XYZ28.156122.431941.3739
Yxy22.43190.30620.2439
Hunter Lab47.362323.2312-18.6398
CIE-Lab54.482329.5068-23.3400

#a271ab color RGB value is (162,113,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110001 10101011
Octal 242 161 253
Decimal 162 113 171
Hex A2 71 AB

RGB Percentages of Color #a271ab

%36.32
%25.34
%38.34

CMYK Percentages of Color #a271ab

%5
%34
%0
%33

Triadic Colors of #a271ab

#a271ab #aba271 #71aba2

Analogous Colors of #a271ab

#a271ab #ab7197 #8571ab

Monochromatic Colors of #a271ab

#a271ab

Complementary Color

#a271ab #7aab71

#a271ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a271ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a271ab Color CSS Codes

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

#a271ab Text Font Color

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

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


#a271ab Background Color

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

This div background color is #a271ab


#a271ab Border Color

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

This div border color is #a271ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a271ab


Comments

No comments written yet.

Please login to write comment.