Color Hex Logo

#a618aa Color Hex

#A618AA
(166,24,170)
0 Favorites   0 Comments

Color spaces of #a618aa

RGB 16624170
HSL0.830.750.38
HSV298°86°67°
CMYK 0.020.860.00   0.33
XYZ23.308211.662539.0528
Yxy11.66250.31490.1576
Hunter Lab34.150462.0659-43.8960
CIE-Lab40.674668.6762-44.3851

#a618aa color RGB value is (166,24,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011000 10101010
Octal 246 30 252
Decimal 166 24 170
Hex A6 18 AA

RGB Percentages of Color #a618aa

%46.11
%6.67
%47.22

CMYK Percentages of Color #a618aa

%2
%86
%0
%33

Triadic Colors of #a618aa

#a618aa #aaa618 #18aaa6

Analogous Colors of #a618aa

#a618aa #aa1865 #5d18aa

Monochromatic Colors of #a618aa

#a618aa

Complementary Color

#a618aa #1caa18

#a618aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a618aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a618aa Color CSS Codes

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

#a618aa Text Font Color

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

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


#a618aa Background Color

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

This div background color is #a618aa


#a618aa Border Color

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

This div border color is #a618aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a618aa


Comments

No comments written yet.

Please login to write comment.