Color Hex Logo

#a662aa Color Hex

#A662AA
(166,98,170)
0 Favorites   0 Comments

Color spaces of #a662aa

RGB 16698170
HSL0.820.300.53
HSV297°42°67°
CMYK 0.020.420.00   0.33
XYZ27.349319.744640.3998
Yxy19.74460.31260.2257
Hunter Lab44.434932.1042-22.8015
CIE-Lab51.547238.9435-27.2546

#a662aa color RGB value is (166,98,170).

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

The process color (four color CMYK) of #a662aa color hex is 0.02, 0.42, 0.00, 0.33. Web safe color of #a662aa is #996699. Color #a662aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100010 10101010
Octal 246 142 252
Decimal 166 98 170
Hex A6 62 AA

RGB Percentages of Color #a662aa

%38.25
%22.58
%39.17

CMYK Percentages of Color #a662aa

%2
%42
%0
%33

Triadic Colors of #a662aa

#a662aa #aaa662 #62aaa6

Analogous Colors of #a662aa

#a662aa #aa628a #8262aa

Monochromatic Colors of #a662aa

#a662aa

Complementary Color

#a662aa #66aa62

#a662aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a662aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a662aa Color CSS Codes

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

#a662aa Text Font Color

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

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


#a662aa Background Color

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

This div background color is #a662aa


#a662aa Border Color

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

This div border color is #a662aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,98,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a662aa


Comments

No comments written yet.

Please login to write comment.