Color Hex Logo

#a90baa Color Hex

#A90BAA
(169,11,170)
0 Favorites   0 Comments

Color spaces of #a90baa

RGB 16911170
HSL0.830.880.35
HSV300°94°67°
CMYK 0.010.940.00   0.33
XYZ23.737611.576639.0136
Yxy11.57660.31940.1558
Hunter Lab34.024464.9903-44.1670
CIE-Lab40.535171.1876-44.5781

#a90baa color RGB value is (169,11,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001011 10101010
Octal 251 13 252
Decimal 169 11 170
Hex A9 B AA

RGB Percentages of Color #a90baa

%48.29
%3.14
%48.57

CMYK Percentages of Color #a90baa

%1
%94
%0
%33

Triadic Colors of #a90baa

#a90baa #aaa90b #0baaa9

Analogous Colors of #a90baa

#a90baa #aa0b5b #5a0baa

Monochromatic Colors of #a90baa

#a90baa

Complementary Color

#a90baa #0caa0b

#a90baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90baa Color CSS Codes

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

#a90baa Text Font Color

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

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


#a90baa Background Color

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

This div background color is #a90baa


#a90baa Border Color

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

This div border color is #a90baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90baa


Comments

No comments written yet.

Please login to write comment.