Color Hex Logo

#a465ab Color Hex

#A465AB
(164,101,171)
0 Favorites   0 Comments

Color spaces of #a465ab

RGB 164101171
HSL0.820.290.53
HSV294°41°67°
CMYK 0.040.410.00   0.33
XYZ27.314220.140140.9759
Yxy20.14010.30890.2278
Hunter Lab44.877730.1055-22.7207
CIE-Lab51.995236.8710-27.1620

#a465ab color RGB value is (164,101,171).

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

The process color (four color CMYK) of #a465ab color hex is 0.04, 0.41, 0.00, 0.33. Web safe color of #a465ab is #996699. Color #a465ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100101 10101011
Octal 244 145 253
Decimal 164 101 171
Hex A4 65 AB

RGB Percentages of Color #a465ab

%37.61
%23.17
%39.22

CMYK Percentages of Color #a465ab

%4
%41
%0
%33

Triadic Colors of #a465ab

#a465ab #aba465 #65aba4

Analogous Colors of #a465ab

#a465ab #ab658f #8165ab

Monochromatic Colors of #a465ab

#a465ab

Complementary Color

#a465ab #6cab65

#a465ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a465ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a465ab Color CSS Codes

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

#a465ab Text Font Color

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

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


#a465ab Background Color

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

This div background color is #a465ab


#a465ab Border Color

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

This div border color is #a465ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a465ab


Comments

No comments written yet.

Please login to write comment.