Color Hex Logo

#a02faa Color Hex

#A02FAA
(160,47,170)
0 Favorites   0 Comments

Color spaces of #a02faa

RGB 16047170
HSL0.820.570.43
HSV295°72°67°
CMYK 0.060.720.00   0.33
XYZ22.769412.408939.2253
Yxy12.40890.30600.1668
Hunter Lab35.226353.7321-41.3625
CIE-Lab41.858861.1418-42.5524

#a02faa color RGB value is (160,47,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101111 10101010
Octal 240 57 252
Decimal 160 47 170
Hex A0 2F AA

RGB Percentages of Color #a02faa

%42.44
%12.47
%45.09

CMYK Percentages of Color #a02faa

%6
%72
%0
%33

Triadic Colors of #a02faa

#a02faa #aaa02f #2faaa0

Analogous Colors of #a02faa

#a02faa #aa2f77 #632faa

Monochromatic Colors of #a02faa

#a02faa

Complementary Color

#a02faa #39aa2f

#a02faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02faa Color CSS Codes

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

#a02faa Text Font Color

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

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


#a02faa Background Color

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

This div background color is #a02faa


#a02faa Border Color

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

This div border color is #a02faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02faa


Comments

No comments written yet.

Please login to write comment.