Color Hex Logo

#a96acb Color Hex

#A96ACB
(169,106,203)
0 Favorites   0 Comments

Color spaces of #a96acb

RGB 169106203
HSL0.770.480.61
HSV279°48°80°
CMYK 0.170.480.00   0.20
XYZ32.295723.054959.2478
Yxy23.05490.28180.2012
Hunter Lab48.015536.0337-39.5489
CIE-Lab55.128842.3138-40.6445

#a96acb color RGB value is (169,106,203).

#a96acb hex color red value is 169, green value is 106 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a96acb hue: 0.77 , saturation: 0.48 and the lightness value of a96acb is 0.61.

The process color (four color CMYK) of #a96acb color hex is 0.17, 0.48, 0.00, 0.20. Web safe color of #a96acb is #9966cc. Color #a96acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101010 11001011
Octal 251 152 313
Decimal 169 106 203
Hex A9 6A CB

RGB Percentages of Color #a96acb

%35.36
%22.18
%42.47

CMYK Percentages of Color #a96acb

%17
%48
%0
%20

Triadic Colors of #a96acb

#a96acb #cba96a #6acba9

Analogous Colors of #a96acb

#a96acb #cb6abd #796acb

Monochromatic Colors of #a96acb

#a96acb

Complementary Color

#a96acb #8ccb6a

#a96acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96acb Color CSS Codes

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

#a96acb Text Font Color

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

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


#a96acb Background Color

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

This div background color is #a96acb


#a96acb Border Color

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

This div border color is #a96acb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,106,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96acb


Comments

No comments written yet.

Please login to write comment.