Color Hex Logo

#a460ab Color Hex

#A460AB
(164,96,171)
0 Favorites   0 Comments

Color spaces of #a460ab

RGB 16496171
HSL0.820.310.52
HSV294°44°67°
CMYK 0.040.440.00   0.33
XYZ26.843419.198540.8190
Yxy19.19850.30900.2210
Hunter Lab43.816132.6777-24.5632
CIE-Lab50.918639.6048-28.8337

#a460ab color RGB value is (164,96,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100000 10101011
Octal 244 140 253
Decimal 164 96 171
Hex A4 60 AB

RGB Percentages of Color #a460ab

%38.05
%22.27
%39.68

CMYK Percentages of Color #a460ab

%4
%44
%0
%33

Triadic Colors of #a460ab

#a460ab #aba460 #60aba4

Analogous Colors of #a460ab

#a460ab #ab608d #7f60ab

Monochromatic Colors of #a460ab

#a460ab

Complementary Color

#a460ab #67ab60

#a460ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a460ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a460ab Color CSS Codes

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

#a460ab Text Font Color

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

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


#a460ab Background Color

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

This div background color is #a460ab


#a460ab Border Color

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

This div border color is #a460ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a460ab


Comments

No comments written yet.

Please login to write comment.