Color Hex Logo

#a918aa Color Hex

#A918AA
(169,24,170)
0 Favorites   0 Comments

Color spaces of #a918aa

RGB 16924170
HSL0.830.750.38
HSV300°86°67°
CMYK 0.010.860.00   0.33
XYZ23.944511.990639.0826
Yxy11.99060.31920.1598
Hunter Lab34.627462.8328-42.6790
CIE-Lab41.201269.2289-43.5134

#a918aa color RGB value is (169,24,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00011000 10101010
Octal 251 30 252
Decimal 169 24 170
Hex A9 18 AA

RGB Percentages of Color #a918aa

%46.56
%6.61
%46.83

CMYK Percentages of Color #a918aa

%1
%86
%0
%33

Triadic Colors of #a918aa

#a918aa #aaa918 #18aaa9

Analogous Colors of #a918aa

#a918aa #aa1862 #6018aa

Monochromatic Colors of #a918aa

#a918aa

Complementary Color

#a918aa #19aa18

#a918aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a918aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a918aa Color CSS Codes

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

#a918aa Text Font Color

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

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


#a918aa Background Color

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

This div background color is #a918aa


#a918aa Border Color

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

This div border color is #a918aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a918aa


Comments

No comments written yet.

Please login to write comment.