Color Hex Logo

#a10faf Color Hex

#A10FAF
(161,15,175)
0 Favorites   0 Comments

Color spaces of #a10faf

RGB 16115175
HSL0.820.840.37
HSV295°91°69°
CMYK 0.080.910.00   0.31
XYZ22.606611.013941.4918
Yxy11.01390.30100.1466
Hunter Lab33.187263.5138-50.8954
CIE-Lab39.603970.1192-49.1299

#a10faf color RGB value is (161,15,175).

#a10faf hex color red value is 161, green value is 15 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a10faf hue: 0.82 , saturation: 0.84 and the lightness value of a10faf is 0.37.

The process color (four color CMYK) of #a10faf color hex is 0.08, 0.91, 0.00, 0.31. Web safe color of #a10faf is #990099. Color #a10faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001111 10101111
Octal 241 17 257
Decimal 161 15 175
Hex A1 F AF

RGB Percentages of Color #a10faf

%45.87
%4.27
%49.86

CMYK Percentages of Color #a10faf

%8
%91
%0
%31

Triadic Colors of #a10faf

#a10faf #afa10f #0fafa1

Analogous Colors of #a10faf

#a10faf #af0f6d #510faf

Monochromatic Colors of #a10faf

#a10faf

Complementary Color

#a10faf #1daf0f

#a10faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10faf Color CSS Codes

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

#a10faf Text Font Color

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

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


#a10faf Background Color

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

This div background color is #a10faf


#a10faf Border Color

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

This div border color is #a10faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,15,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10faf


Comments

No comments written yet.

Please login to write comment.