Color Hex Logo

#a496ff Color Hex

#A496FF
(164,150,255)
1 Favorites   0 Comments

Color spaces of #a496ff

RGB 164150255
HSL0.691.000.79
HSV248°41°100°
CMYK 0.360.410.00   0.00
XYZ44.266236.925299.4019
Yxy36.92520.24510.2045
Hunter Lab60.766123.6909-54.4510
CIE-Lab67.220928.8574-50.5335

#a496ff color RGB value is (164,150,255).

#a496ff hex color red value is 164, green value is 150 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a496ff hue: 0.69 , saturation: 1.00 and the lightness value of a496ff is 0.79.

The process color (four color CMYK) of #a496ff color hex is 0.36, 0.41, 0.00, 0.00. Web safe color of #a496ff is #9999ff. Color #a496ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010110 11111111
Octal 244 226 377
Decimal 164 150 255
Hex A4 96 FF

RGB Percentages of Color #a496ff

%28.82
%26.36
%44.82

CMYK Percentages of Color #a496ff

%36
%41
%0
%0

Triadic Colors of #a496ff

#a496ff #ffa496 #96ffa4

Analogous Colors of #a496ff

#a496ff #d996ff #96bdff

Monochromatic Colors of #a496ff

#a496ff

Complementary Color

#a496ff #f1ff96

#a496ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a496ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a496ff Color CSS Codes

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

#a496ff Text Font Color

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

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


#a496ff Background Color

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

This div background color is #a496ff


#a496ff Border Color

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

This div border color is #a496ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,150,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a496ff

Related Colors

#a496ff Color Palettes


Comments

No comments written yet.

Please login to write comment.