Color Hex Logo

#a910ab Color Hex

#A910AB
(169,16,171)
0 Favorites   0 Comments

Color spaces of #a910ab

RGB 16916171
HSL0.830.830.37
HSV299°91°67°
CMYK 0.010.910.00   0.33
XYZ23.898211.745939.5357
Yxy11.74590.31790.1562
Hunter Lab34.272364.4922-44.4049
CIE-Lab40.809470.7140-44.7361

#a910ab color RGB value is (169,16,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010000 10101011
Octal 251 20 253
Decimal 169 16 171
Hex A9 10 AB

RGB Percentages of Color #a910ab

%47.47
%4.49
%48.03

CMYK Percentages of Color #a910ab

%1
%91
%0
%33

Triadic Colors of #a910ab

#a910ab #aba910 #10aba9

Analogous Colors of #a910ab

#a910ab #ab1060 #5b10ab

Monochromatic Colors of #a910ab

#a910ab

Complementary Color

#a910ab #12ab10

#a910ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a910ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a910ab Color CSS Codes

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

#a910ab Text Font Color

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

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


#a910ab Background Color

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

This div background color is #a910ab


#a910ab Border Color

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

This div border color is #a910ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a910ab


Comments

No comments written yet.

Please login to write comment.