Color Hex Logo

#a96abc Color Hex

#A96ABC
(169,106,188)
0 Favorites   0 Comments

Color spaces of #a96abc

RGB 169106188
HSL0.790.380.58
HSV286°44°74°
CMYK 0.100.440.00   0.26
XYZ30.593322.373950.2831
Yxy22.37390.29630.2167
Hunter Lab47.301132.6731-29.9171
CIE-Lab54.421539.1211-33.1746

#a96abc color RGB value is (169,106,188).

#a96abc hex color red value is 169, green value is 106 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a96abc hue: 0.79 , saturation: 0.38 and the lightness value of a96abc is 0.58.

The process color (four color CMYK) of #a96abc color hex is 0.10, 0.44, 0.00, 0.26. Web safe color of #a96abc is #9966cc. Color #a96abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101010 10111100
Octal 251 152 274
Decimal 169 106 188
Hex A9 6A BC

RGB Percentages of Color #a96abc

%36.50
%22.89
%40.60

CMYK Percentages of Color #a96abc

%10
%44
%0
%26

Triadic Colors of #a96abc

#a96abc #bca96a #6abca9

Analogous Colors of #a96abc

#a96abc #bc6aa6 #806abc

Monochromatic Colors of #a96abc

#a96abc

Complementary Color

#a96abc #7dbc6a

#a96abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96abc Color CSS Codes

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

#a96abc Text Font Color

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

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


#a96abc Background Color

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

This div background color is #a96abc


#a96abc Border Color

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

This div border color is #a96abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96abc


Comments

No comments written yet.

Please login to write comment.