Color Hex Logo

#a650ab Color Hex

#A650AB
(166,80,171)
0 Favorites   0 Comments

Color spaces of #a650ab

RGB 16680171
HSL0.820.360.49
HSV297°53°67°
CMYK 0.030.530.00   0.33
XYZ25.945216.784640.4004
Yxy16.78460.31210.2019
Hunter Lab40.969041.3462-29.7888
CIE-Lab47.987548.5387-33.3928

#a650ab color RGB value is (166,80,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010000 10101011
Octal 246 120 253
Decimal 166 80 171
Hex A6 50 AB

RGB Percentages of Color #a650ab

%39.81
%19.18
%41.01

CMYK Percentages of Color #a650ab

%3
%53
%0
%33

Triadic Colors of #a650ab

#a650ab #aba650 #50aba6

Analogous Colors of #a650ab

#a650ab #ab5083 #7950ab

Monochromatic Colors of #a650ab

#a650ab

Complementary Color

#a650ab #55ab50

#a650ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a650ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a650ab Color CSS Codes

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

#a650ab Text Font Color

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

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


#a650ab Background Color

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

This div background color is #a650ab


#a650ab Border Color

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

This div border color is #a650ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a650ab


Comments

No comments written yet.

Please login to write comment.