Color Hex Logo

#a626aa Color Hex

#A626AA
(166,38,170)
0 Favorites   0 Comments

Color spaces of #a626aa

RGB 16638170
HSL0.830.630.41
HSV298°78°67°
CMYK 0.020.780.00   0.33
XYZ23.674712.395539.1750
Yxy12.39550.31460.1647
Hunter Lab35.207258.4176-41.3267
CIE-Lab41.837965.2938-42.5275

#a626aa color RGB value is (166,38,170).

#a626aa hex color red value is 166, green value is 38 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a626aa hue: 0.83 , saturation: 0.63 and the lightness value of a626aa is 0.41.

The process color (four color CMYK) of #a626aa color hex is 0.02, 0.78, 0.00, 0.33. Web safe color of #a626aa is #993399. Color #a626aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100110 10101010
Octal 246 46 252
Decimal 166 38 170
Hex A6 26 AA

RGB Percentages of Color #a626aa

%44.39
%10.16
%45.45

CMYK Percentages of Color #a626aa

%2
%78
%0
%33

Triadic Colors of #a626aa

#a626aa #aaa626 #26aaa6

Analogous Colors of #a626aa

#a626aa #aa266c #6426aa

Monochromatic Colors of #a626aa

#a626aa

Complementary Color

#a626aa #2aaa26

#a626aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a626aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a626aa Color CSS Codes

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

#a626aa Text Font Color

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

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


#a626aa Background Color

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

This div background color is #a626aa


#a626aa Border Color

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

This div border color is #a626aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a626aa

#a626aa Color Palettes


Comments

No comments written yet.

Please login to write comment.