color codes Logo

#a601ab color codes

#A601AB
(166,1,171)
0 Favorites   0 Comments

Color spaces of #a601ab

RGB 1661171
HSL0.830.990.34
HSV298°99°67°
CMYK 0.030.990.00   0.33
XYZ23.087411.069039.4478
Yxy11.06900.31370.1504
Hunter Lab33.270165.6453-47.0101
CIE-Lab39.696471.9011-46.5491

#a601ab color RGB value is (166,1,171).

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

The process color (four color CMYK) of #a601ab color code is 0.03, 0.99, 0.00, 0.33. Web safe color of #a601ab is #990099. Color #a601ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000001 10101011
Octal 246 1 253
Decimal 166 1 171
Hex A6 1 AB

RGB Percentages of Color #a601ab

%49.11
%0.30
%50.59

CMYK Percentages of Color #a601ab

%3
%99
%0
%33

Triadic Colors of #a601ab

#a601ab #aba601 #01aba6

Analogous Colors of #a601ab

#a601ab #ab015b #5101ab

Monochromatic Colors of #a601ab

#a601ab

Complementary Color

#a601ab #06ab01

#a601ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a601ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a601ab Color CSS Codes

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

#a601ab Text Font Color

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

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


#a601ab Background Color

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

This div background color is #a601ab


#a601ab Border Color

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

This div border color is #a601ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a601ab


Comments

No comments written yet.

Please login to write comment.