Color Hex Logo

#a01faa Color Hex

#A01FAA
(160,31,170)
0 Favorites   0 Comments

Color spaces of #a01faa

RGB 16031170
HSL0.820.690.39
HSV296°82°67°
CMYK 0.060.820.00   0.33
XYZ22.242911.355839.0498
Yxy11.35580.30620.1563
Hunter Lab33.698458.8483-45.1166
CIE-Lab40.173465.9941-45.2457

#a01faa color RGB value is (160,31,170).

#a01faa hex color red value is 160, green value is 31 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a01faa hue: 0.82 , saturation: 0.69 and the lightness value of a01faa is 0.39.

The process color (four color CMYK) of #a01faa color hex is 0.06, 0.82, 0.00, 0.33. Web safe color of #a01faa is #993399. Color #a01faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011111 10101010
Octal 240 37 252
Decimal 160 31 170
Hex A0 1F AA

RGB Percentages of Color #a01faa

%44.32
%8.59
%47.09

CMYK Percentages of Color #a01faa

%6
%82
%0
%33

Triadic Colors of #a01faa

#a01faa #aaa01f #1faaa0

Analogous Colors of #a01faa

#a01faa #aa1f6f #5b1faa

Monochromatic Colors of #a01faa

#a01faa

Complementary Color

#a01faa #29aa1f

#a01faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01faa Color CSS Codes

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

#a01faa Text Font Color

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

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


#a01faa Background Color

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

This div background color is #a01faa


#a01faa Border Color

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

This div border color is #a01faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01faa


Comments

No comments written yet.

Please login to write comment.