Color Hex Logo

#a650aa Color Hex

#A650AA
(166,80,170)
0 Favorites   0 Comments

Color spaces of #a650aa

RGB 16680170
HSL0.830.360.49
HSV297°53°67°
CMYK 0.020.530.00   0.33
XYZ25.850216.746639.9002
Yxy16.74660.31330.2030
Hunter Lab40.922641.1412-29.1629
CIE-Lab47.939248.3506-32.8805

#a650aa color RGB value is (166,80,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010000 10101010
Octal 246 120 252
Decimal 166 80 170
Hex A6 50 AA

RGB Percentages of Color #a650aa

%39.90
%19.23
%40.87

CMYK Percentages of Color #a650aa

%2
%53
%0
%33

Triadic Colors of #a650aa

#a650aa #aaa650 #50aaa6

Analogous Colors of #a650aa

#a650aa #aa5081 #7950aa

Monochromatic Colors of #a650aa

#a650aa

Complementary Color

#a650aa #54aa50

#a650aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a650aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a650aa Color CSS Codes

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

#a650aa Text Font Color

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

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


#a650aa Background Color

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

This div background color is #a650aa


#a650aa Border Color

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

This div border color is #a650aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a650aa


Comments

No comments written yet.

Please login to write comment.