Color Hex Logo

#a964ab Color Hex

#A964AB
(169,100,171)
0 Favorites   0 Comments

Color spaces of #a964ab

RGB 169100171
HSL0.830.300.53
HSV298°42°67°
CMYK 0.010.420.00   0.33
XYZ28.270020.489640.9930
Yxy20.48960.31500.2283
Hunter Lab45.265432.2656-22.0080
CIE-Lab52.386338.9900-26.5079

#a964ab color RGB value is (169,100,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100100 10101011
Octal 251 144 253
Decimal 169 100 171
Hex A9 64 AB

RGB Percentages of Color #a964ab

%38.41
%22.73
%38.86

CMYK Percentages of Color #a964ab

%1
%42
%0
%33

Triadic Colors of #a964ab

#a964ab #aba964 #64aba9

Analogous Colors of #a964ab

#a964ab #ab648a #8664ab

Monochromatic Colors of #a964ab

#a964ab

Complementary Color

#a964ab #66ab64

#a964ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a964ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a964ab Color CSS Codes

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

#a964ab Text Font Color

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

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


#a964ab Background Color

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

This div background color is #a964ab


#a964ab Border Color

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

This div border color is #a964ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a964ab


Comments

No comments written yet.

Please login to write comment.