Color Hex Logo

#a031af Color Hex

#A031AF
(160,49,175)
0 Favorites   0 Comments

Color spaces of #a031af

RGB 16049175
HSL0.810.560.44
HSV293°72°69°
CMYK 0.090.720.00   0.31
XYZ23.333412.765441.7916
Yxy12.76540.29960.1639
Hunter Lab35.728754.0481-44.3410
CIE-Lab42.407661.3191-44.6443

#a031af color RGB value is (160,49,175).

#a031af hex color red value is 160, green value is 49 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a031af hue: 0.81 , saturation: 0.56 and the lightness value of a031af is 0.44.

The process color (four color CMYK) of #a031af color hex is 0.09, 0.72, 0.00, 0.31. Web safe color of #a031af is #993399. Color #a031af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110001 10101111
Octal 240 61 257
Decimal 160 49 175
Hex A0 31 AF

RGB Percentages of Color #a031af

%41.67
%12.76
%45.57

CMYK Percentages of Color #a031af

%9
%72
%0
%31

Triadic Colors of #a031af

#a031af #afa031 #31afa0

Analogous Colors of #a031af

#a031af #af317f #6131af

Monochromatic Colors of #a031af

#a031af

Complementary Color

#a031af #40af31

#a031af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a031af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a031af Color CSS Codes

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

#a031af Text Font Color

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

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


#a031af Background Color

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

This div background color is #a031af


#a031af Border Color

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

This div border color is #a031af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,49,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a031af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a031af


Comments

No comments written yet.

Please login to write comment.