Color Hex Logo

#a96aeb Color Hex

#A96AEB
(169,106,235)
0 Favorites   0 Comments

Color spaces of #a96aeb

RGB 169106235
HSL0.750.760.67
HSV269°55°92°
CMYK 0.280.550.00   0.08
XYZ36.511624.741281.4484
Yxy24.74120.25590.1734
Hunter Lab49.740543.9804-62.2670
CIE-Lab56.822449.5795-55.9975

#a96aeb color RGB value is (169,106,235).

#a96aeb hex color red value is 169, green value is 106 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a96aeb hue: 0.75 , saturation: 0.76 and the lightness value of a96aeb is 0.67.

The process color (four color CMYK) of #a96aeb color hex is 0.28, 0.55, 0.00, 0.08. Web safe color of #a96aeb is #9966ff. Color #a96aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101010 11101011
Octal 251 152 353
Decimal 169 106 235
Hex A9 6A EB

RGB Percentages of Color #a96aeb

%33.14
%20.78
%46.08

CMYK Percentages of Color #a96aeb

%28
%55
%0
%8

Triadic Colors of #a96aeb

#a96aeb #eba96a #6aeba9

Analogous Colors of #a96aeb

#a96aeb #ea6aeb #6a6ceb

Monochromatic Colors of #a96aeb

#a96aeb

Complementary Color

#a96aeb #aceb6a

#a96aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96aeb Color CSS Codes

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

#a96aeb Text Font Color

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

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


#a96aeb Background Color

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

This div background color is #a96aeb


#a96aeb Border Color

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

This div border color is #a96aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96aeb


Comments

No comments written yet.

Please login to write comment.