Color Hex Logo

#a611aa Color Hex

#A611AA
(166,17,170)
0 Favorites   0 Comments

Color spaces of #a611aa

RGB 16617170
HSL0.830.820.37
HSV298°90°67°
CMYK 0.020.900.00   0.33
XYZ23.182011.410239.0108
Yxy11.41020.31500.1550
Hunter Lab33.779063.3886-44.8278
CIE-Lab40.262969.8848-45.0440

#a611aa color RGB value is (166,17,170).

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

The process color (four color CMYK) of #a611aa color hex is 0.02, 0.90, 0.00, 0.33. Web safe color of #a611aa is #990099. Color #a611aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010001 10101010
Octal 246 21 252
Decimal 166 17 170
Hex A6 11 AA

RGB Percentages of Color #a611aa

%47.03
%4.82
%48.16

CMYK Percentages of Color #a611aa

%2
%90
%0
%33

Triadic Colors of #a611aa

#a611aa #aaa611 #11aaa6

Analogous Colors of #a611aa

#a611aa #aa1161 #5a11aa

Monochromatic Colors of #a611aa

#a611aa

Complementary Color

#a611aa #15aa11

#a611aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a611aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a611aa Color CSS Codes

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

#a611aa Text Font Color

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

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


#a611aa Background Color

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

This div background color is #a611aa


#a611aa Border Color

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

This div border color is #a611aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a611aa


Comments

No comments written yet.

Please login to write comment.