Color Hex Logo

#a91eab Color Hex

#A91EAB
(169,30,171)
0 Favorites   0 Comments

Color spaces of #a91eab

RGB 16930171
HSL0.830.700.39
HSV299°82°67°
CMYK 0.010.820.00   0.33
XYZ24.177112.303839.6287
Yxy12.30380.31770.1617
Hunter Lab35.076861.6490-42.4303
CIE-Lab41.694968.1198-43.3210

#a91eab color RGB value is (169,30,171).

#a91eab hex color red value is 169, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a91eab hue: 0.83 , saturation: 0.70 and the lightness value of a91eab is 0.39.

The process color (four color CMYK) of #a91eab color hex is 0.01, 0.82, 0.00, 0.33. Web safe color of #a91eab is #993399. Color #a91eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00011110 10101011
Octal 251 36 253
Decimal 169 30 171
Hex A9 1E AB

RGB Percentages of Color #a91eab

%45.68
%8.11
%46.22

CMYK Percentages of Color #a91eab

%1
%82
%0
%33

Triadic Colors of #a91eab

#a91eab #aba91e #1eaba9

Analogous Colors of #a91eab

#a91eab #ab1e67 #631eab

Monochromatic Colors of #a91eab

#a91eab

Complementary Color

#a91eab #20ab1e

#a91eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a91eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a91eab Color CSS Codes

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

#a91eab Text Font Color

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

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


#a91eab Background Color

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

This div background color is #a91eab


#a91eab Border Color

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

This div border color is #a91eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a91eab


Comments

No comments written yet.

Please login to write comment.