Color Hex Logo

#a915aa Color Hex

#A915AA
(169,21,170)
0 Favorites   0 Comments

Color spaces of #a915aa

RGB 16921170
HSL0.830.780.37
HSV300°88°67°
CMYK 0.010.880.00   0.33
XYZ23.886111.873639.0631
Yxy11.87360.31920.1587
Hunter Lab34.458163.4333-43.0929
CIE-Lab41.014569.7765-43.8116

#a915aa color RGB value is (169,21,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010101 10101010
Octal 251 25 252
Decimal 169 21 170
Hex A9 15 AA

RGB Percentages of Color #a915aa

%46.94
%5.83
%47.22

CMYK Percentages of Color #a915aa

%1
%88
%0
%33

Triadic Colors of #a915aa

#a915aa #aaa915 #15aaa9

Analogous Colors of #a915aa

#a915aa #aa1561 #5e15aa

Monochromatic Colors of #a915aa

#a915aa

Complementary Color

#a915aa #16aa15

#a915aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a915aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a915aa Color CSS Codes

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

#a915aa Text Font Color

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

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


#a915aa Background Color

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

This div background color is #a915aa


#a915aa Border Color

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

This div border color is #a915aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a915aa


Comments

No comments written yet.

Please login to write comment.