Color Hex Logo

#a10aab Color Hex

#A10AAB
(161,10,171)
0 Favorites   0 Comments

Color spaces of #a10aab

RGB 16110171
HSL0.820.890.35
HSV296°94°67°
CMYK 0.060.940.00   0.33
XYZ22.157210.734439.4322
Yxy10.73440.30640.1484
Hunter Lab32.763463.3799-48.4238
CIE-Lab39.129570.0975-47.5078

#a10aab color RGB value is (161,10,171).

#a10aab hex color red value is 161, green value is 10 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a10aab hue: 0.82 , saturation: 0.89 and the lightness value of a10aab is 0.35.

The process color (four color CMYK) of #a10aab color hex is 0.06, 0.94, 0.00, 0.33. Web safe color of #a10aab is #990099. Color #a10aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001010 10101011
Octal 241 12 253
Decimal 161 10 171
Hex A1 A AB

RGB Percentages of Color #a10aab

%47.08
%2.92
%50.00

CMYK Percentages of Color #a10aab

%6
%94
%0
%33

Triadic Colors of #a10aab

#a10aab #aba10a #0aaba1

Analogous Colors of #a10aab

#a10aab #ab0a65 #510aab

Monochromatic Colors of #a10aab

#a10aab

Complementary Color

#a10aab #14ab0a

#a10aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10aab Color CSS Codes

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

#a10aab Text Font Color

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

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


#a10aab Background Color

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

This div background color is #a10aab


#a10aab Border Color

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

This div border color is #a10aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10aab


Comments

No comments written yet.

Please login to write comment.