Color Hex Logo

#a763ab Color Hex

#A763AB
(167,99,171)
0 Favorites   0 Comments

Color spaces of #a763ab

RGB 16799171
HSL0.820.300.53
HSV297°42°67°
CMYK 0.020.420.00   0.33
XYZ27.748920.079440.9413
Yxy20.07940.31260.2262
Hunter Lab44.810032.1197-22.8041
CIE-Lab51.926938.9069-27.2393

#a763ab color RGB value is (167,99,171).

#a763ab hex color red value is 167, green value is 99 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a763ab hue: 0.82 , saturation: 0.30 and the lightness value of a763ab is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100011 10101011
Octal 247 143 253
Decimal 167 99 171
Hex A7 63 AB

RGB Percentages of Color #a763ab

%38.22
%22.65
%39.13

CMYK Percentages of Color #a763ab

%2
%42
%0
%33

Triadic Colors of #a763ab

#a763ab #aba763 #63aba7

Analogous Colors of #a763ab

#a763ab #ab638b #8363ab

Monochromatic Colors of #a763ab

#a763ab

Complementary Color

#a763ab #67ab63

#a763ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a763ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a763ab Color CSS Codes

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

#a763ab Text Font Color

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

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


#a763ab Background Color

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

This div background color is #a763ab


#a763ab Border Color

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

This div border color is #a763ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a763ab

#a763ab Color Palettes


Comments

No comments written yet.

Please login to write comment.