Color Hex Logo

#a90aaa Color Hex

#A90AAA
(169,10,170)
0 Favorites   0 Comments

Color spaces of #a90aaa

RGB 16910170
HSL0.830.890.35
HSV300°94°67°
CMYK 0.010.940.00   0.33
XYZ23.726411.554439.0099
Yxy11.55440.31940.1555
Hunter Lab33.991865.1082-44.2486
CIE-Lab40.499071.2940-44.6359

#a90aaa color RGB value is (169,10,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001010 10101010
Octal 251 12 252
Decimal 169 10 170
Hex A9 A AA

RGB Percentages of Color #a90aaa

%48.42
%2.87
%48.71

CMYK Percentages of Color #a90aaa

%1
%94
%0
%33

Triadic Colors of #a90aaa

#a90aaa #aaa90a #0aaaa9

Analogous Colors of #a90aaa

#a90aaa #aa0a5b #590aaa

Monochromatic Colors of #a90aaa

#a90aaa

Complementary Color

#a90aaa #0baa0a

#a90aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90aaa Color CSS Codes

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

#a90aaa Text Font Color

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

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


#a90aaa Background Color

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

This div background color is #a90aaa


#a90aaa Border Color

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

This div border color is #a90aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90aaa


Comments

No comments written yet.

Please login to write comment.