Color Hex Logo

#a601af Color Hex

#A601AF
(166,1,175)
0 Favorites   0 Comments

Color spaces of #a601af

RGB 1661175
HSL0.820.990.35
HSV297°99°69°
CMYK 0.050.990.00   0.31
XYZ23.474611.223841.4866
Yxy11.22380.30810.1473
Hunter Lab33.501966.4454-49.9695
CIE-Lab39.954972.5215-48.5187

#a601af color RGB value is (166,1,175).

#a601af hex color red value is 166, green value is 1 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a601af hue: 0.82 , saturation: 0.99 and the lightness value of a601af is 0.35.

The process color (four color CMYK) of #a601af color hex is 0.05, 0.99, 0.00, 0.31. Web safe color of #a601af is #990099. Color #a601af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000001 10101111
Octal 246 1 257
Decimal 166 1 175
Hex A6 1 AF

RGB Percentages of Color #a601af

%48.54
%0.29
%51.17

CMYK Percentages of Color #a601af

%5
%99
%0
%31

Triadic Colors of #a601af

#a601af #afa601 #01afa6

Analogous Colors of #a601af

#a601af #af0161 #4f01af

Monochromatic Colors of #a601af

#a601af

Complementary Color

#a601af #0aaf01

#a601af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a601af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a601af Color CSS Codes

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

#a601af Text Font Color

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

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


#a601af Background Color

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

This div background color is #a601af


#a601af Border Color

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

This div border color is #a601af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a601af


Comments

No comments written yet.

Please login to write comment.