Color Hex Logo

#a164ff Color Hex

#A164FF
(161,100,255)
0 Favorites   0 Comments

Color spaces of #a164ff

RGB 161100255
HSL0.731.000.70
HSV264°61°100°
CMYK 0.370.610.00   0.00
XYZ37.305123.911497.2569
Yxy23.91140.23540.1509
Hunter Lab48.899350.6033-83.6937
CIE-Lab55.999055.7429-68.4759

#a164ff color RGB value is (161,100,255).

#a164ff hex color red value is 161, green value is 100 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a164ff hue: 0.73 , saturation: 1.00 and the lightness value of a164ff is 0.70.

The process color (four color CMYK) of #a164ff color hex is 0.37, 0.61, 0.00, 0.00. Web safe color of #a164ff is #9966ff. Color #a164ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100100 11111111
Octal 241 144 377
Decimal 161 100 255
Hex A1 64 FF

RGB Percentages of Color #a164ff

%31.20
%19.38
%49.42

CMYK Percentages of Color #a164ff

%37
%61
%0
%0

Triadic Colors of #a164ff

#a164ff #ffa164 #64ffa1

Analogous Colors of #a164ff

#a164ff #ef64ff #6475ff

Monochromatic Colors of #a164ff

#a164ff

Complementary Color

#a164ff #c2ff64

#a164ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a164ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a164ff Color CSS Codes

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

#a164ff Text Font Color

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

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


#a164ff Background Color

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

This div background color is #a164ff


#a164ff Border Color

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

This div border color is #a164ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a164ff


Comments

No comments written yet.

Please login to write comment.