Color Hex Logo

#a931ab Color Hex

#A931AB
(169,49,171)
0 Favorites   0 Comments

Color spaces of #a931ab

RGB 16949171
HSL0.830.550.43
HSV299°71°67°
CMYK 0.010.710.00   0.33
XYZ24.811213.571939.8400
Yxy13.57190.31720.1735
Hunter Lab36.840155.7468-38.3300
CIE-Lab43.612662.5998-40.2680

#a931ab color RGB value is (169,49,171).

#a931ab hex color red value is 169, green value is 49 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a931ab hue: 0.83 , saturation: 0.55 and the lightness value of a931ab is 0.43.

The process color (four color CMYK) of #a931ab color hex is 0.01, 0.71, 0.00, 0.33. Web safe color of #a931ab is #993399. Color #a931ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110001 10101011
Octal 251 61 253
Decimal 169 49 171
Hex A9 31 AB

RGB Percentages of Color #a931ab

%43.44
%12.60
%43.96

CMYK Percentages of Color #a931ab

%1
%71
%0
%33

Triadic Colors of #a931ab

#a931ab #aba931 #31aba9

Analogous Colors of #a931ab

#a931ab #ab3170 #6c31ab

Monochromatic Colors of #a931ab

#a931ab

Complementary Color

#a931ab #33ab31

#a931ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a931ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a931ab Color CSS Codes

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

#a931ab Text Font Color

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

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


#a931ab Background Color

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

This div background color is #a931ab


#a931ab Border Color

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

This div border color is #a931ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a931ab


Comments

No comments written yet.

Please login to write comment.