Color Hex Logo

#a601ff Color Hex

#A601FF
(166,1,255)
0 Favorites   0 Comments

Color spaces of #a601ff

RGB 1661255
HSL0.771.000.50
HSV279°100°100°
CMYK 0.351.000.00   0.00
XYZ33.786715.348795.7896
Yxy15.34870.23310.1059
Hunter Lab39.177485.3784-117.5411
CIE-Lab46.108186.4848-84.5555

#a601ff color RGB value is (166,1,255).

#a601ff hex color red value is 166, green value is 1 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a601ff hue: 0.77 , saturation: 1.00 and the lightness value of a601ff is 0.50.

The process color (four color CMYK) of #a601ff color hex is 0.35, 1.00, 0.00, 0.00. Web safe color of #a601ff is #9900ff. Color #a601ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000001 11111111
Octal 246 1 377
Decimal 166 1 255
Hex A6 1 FF

RGB Percentages of Color #a601ff

%39.34
%0.24
%60.43

CMYK Percentages of Color #a601ff

%35
%100
%0
%0

Triadic Colors of #a601ff

#a601ff #ffa601 #01ffa6

Analogous Colors of #a601ff

#a601ff #ff01d9 #2701ff

Monochromatic Colors of #a601ff

#a601ff

Complementary Color

#a601ff #5aff01

#a601ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a601ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a601ff Color CSS Codes

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

#a601ff Text Font Color

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

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


#a601ff Background Color

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

This div background color is #a601ff


#a601ff Border Color

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

This div border color is #a601ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a601ff

Related Colors


Comments

No comments written yet.

Please login to write comment.