Color Hex Logo

#a911ab Color Hex

#A911AB
(169,17,171)
0 Favorites   0 Comments

Color spaces of #a911ab

RGB 16917171
HSL0.830.820.37
HSV299°90°67°
CMYK 0.010.900.00   0.33
XYZ23.913311.776239.5407
Yxy11.77620.31790.1565
Hunter Lab34.316564.3332-44.2946
CIE-Lab40.858270.5701-44.6579

#a911ab color RGB value is (169,17,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010001 10101011
Octal 251 21 253
Decimal 169 17 171
Hex A9 11 AB

RGB Percentages of Color #a911ab

%47.34
%4.76
%47.90

CMYK Percentages of Color #a911ab

%1
%90
%0
%33

Triadic Colors of #a911ab

#a911ab #aba911 #11aba9

Analogous Colors of #a911ab

#a911ab #ab1160 #5c11ab

Monochromatic Colors of #a911ab

#a911ab

Complementary Color

#a911ab #13ab11

#a911ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a911ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a911ab Color CSS Codes

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

#a911ab Text Font Color

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

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


#a911ab Background Color

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

This div background color is #a911ab


#a911ab Border Color

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

This div border color is #a911ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a911ab


Comments

No comments written yet.

Please login to write comment.