Color Hex Logo

#a913aa Color Hex

#A913AA
(169,19,170)
0 Favorites   0 Comments

Color spaces of #a913aa

RGB 16919170
HSL0.830.800.37
HSV300°89°67°
CMYK 0.010.890.00   0.33
XYZ23.850811.803039.0513
Yxy11.80300.31930.1580
Hunter Lab34.355563.7989-43.3451
CIE-Lab40.901370.1091-43.9925

#a913aa color RGB value is (169,19,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010011 10101010
Octal 251 23 252
Decimal 169 19 170
Hex A9 13 AA

RGB Percentages of Color #a913aa

%47.21
%5.31
%47.49

CMYK Percentages of Color #a913aa

%1
%89
%0
%33

Triadic Colors of #a913aa

#a913aa #aaa913 #13aaa9

Analogous Colors of #a913aa

#a913aa #aa1360 #5d13aa

Monochromatic Colors of #a913aa

#a913aa

Complementary Color

#a913aa #14aa13

#a913aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a913aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a913aa Color CSS Codes

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

#a913aa Text Font Color

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

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


#a913aa Background Color

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

This div background color is #a913aa


#a913aa Border Color

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

This div border color is #a913aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a913aa


Comments

No comments written yet.

Please login to write comment.