Color Hex Logo

#a015aa Color Hex

#A015AA
(160,21,170)
0 Favorites   0 Comments

Color spaces of #a015aa

RGB 16021170
HSL0.820.780.37
HSV296°88°67°
CMYK 0.060.880.00   0.33
XYZ22.021110.912238.9758
Yxy10.91220.30620.1517
Hunter Lab33.033661.1841-46.8317
CIE-Lab39.432268.1613-46.4338

#a015aa color RGB value is (160,21,170).

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

The process color (four color CMYK) of #a015aa color hex is 0.06, 0.88, 0.00, 0.33. Web safe color of #a015aa is #990099. Color #a015aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010101 10101010
Octal 240 25 252
Decimal 160 21 170
Hex A0 15 AA

RGB Percentages of Color #a015aa

%45.58
%5.98
%48.43

CMYK Percentages of Color #a015aa

%6
%88
%0
%33

Triadic Colors of #a015aa

#a015aa #aaa015 #15aaa0

Analogous Colors of #a015aa

#a015aa #aa156a #5615aa

Monochromatic Colors of #a015aa

#a015aa

Complementary Color

#a015aa #1faa15

#a015aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a015aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a015aa Color CSS Codes

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

#a015aa Text Font Color

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

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


#a015aa Background Color

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

This div background color is #a015aa


#a015aa Border Color

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

This div border color is #a015aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a015aa


Comments

No comments written yet.

Please login to write comment.