Color Hex Logo

#a662ab Color Hex

#A662AB
(166,98,171)
0 Favorites   0 Comments

Color spaces of #a662ab

RGB 16698171
HSL0.820.300.53
HSV296°43°67°
CMYK 0.030.430.00   0.33
XYZ27.444319.782640.9000
Yxy19.78260.31140.2245
Hunter Lab44.477632.3051-23.3866
CIE-Lab51.590539.1386-27.7706

#a662ab color RGB value is (166,98,171).

#a662ab hex color red value is 166, green value is 98 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a662ab hue: 0.82 , saturation: 0.30 and the lightness value of a662ab is 0.53.

The process color (four color CMYK) of #a662ab color hex is 0.03, 0.43, 0.00, 0.33. Web safe color of #a662ab is #996699. Color #a662ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100010 10101011
Octal 246 142 253
Decimal 166 98 171
Hex A6 62 AB

RGB Percentages of Color #a662ab

%38.16
%22.53
%39.31

CMYK Percentages of Color #a662ab

%3
%43
%0
%33

Triadic Colors of #a662ab

#a662ab #aba662 #62aba6

Analogous Colors of #a662ab

#a662ab #ab628c #8262ab

Monochromatic Colors of #a662ab

#a662ab

Complementary Color

#a662ab #67ab62

#a662ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a662ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a662ab Color CSS Codes

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

#a662ab Text Font Color

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

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


#a662ab Background Color

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

This div background color is #a662ab


#a662ab Border Color

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

This div border color is #a662ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a662ab


Comments

No comments written yet.

Please login to write comment.