Color Hex Logo

#a90aae Color Hex

#A90AAE
(169,10,174)
0 Favorites   0 Comments

Color spaces of #a90aae

RGB 16910174
HSL0.830.890.36
HSV298°94°68°
CMYK 0.030.940.00   0.32
XYZ24.110711.708141.0335
Yxy11.70810.31370.1523
Hunter Lab34.217165.8981-47.1492
CIE-Lab40.748471.9096-46.6208

#a90aae color RGB value is (169,10,174).

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

The process color (four color CMYK) of #a90aae color hex is 0.03, 0.94, 0.00, 0.32. Web safe color of #a90aae is #990099. Color #a90aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001010 10101110
Octal 251 12 256
Decimal 169 10 174
Hex A9 A AE

RGB Percentages of Color #a90aae

%47.88
%2.83
%49.29

CMYK Percentages of Color #a90aae

%3
%94
%0
%32

Triadic Colors of #a90aae

#a90aae #aea90a #0aaea9

Analogous Colors of #a90aae

#a90aae #ae0a61 #570aae

Monochromatic Colors of #a90aae

#a90aae

Complementary Color

#a90aae #0fae0a

#a90aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90aae Color CSS Codes

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

#a90aae Text Font Color

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

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


#a90aae Background Color

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

This div background color is #a90aae


#a90aae Border Color

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

This div border color is #a90aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,10,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a90aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90aae


Comments

No comments written yet.

Please login to write comment.