Color Hex Logo

#a497ff Color Hex

#A497FF
(164,151,255)
0 Favorites   0 Comments

Color spaces of #a497ff

RGB 164151255
HSL0.691.000.80
HSV248°41°100°
CMYK 0.360.410.00   0.00
XYZ44.426537.245799.4554
Yxy37.24570.24530.2056
Hunter Lab61.029323.1386-53.9006
CIE-Lab67.461028.2898-50.1544

#a497ff color RGB value is (164,151,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010111 11111111
Octal 244 227 377
Decimal 164 151 255
Hex A4 97 FF

RGB Percentages of Color #a497ff

%28.77
%26.49
%44.74

CMYK Percentages of Color #a497ff

%36
%41
%0
%0

Triadic Colors of #a497ff

#a497ff #ffa497 #97ffa4

Analogous Colors of #a497ff

#a497ff #d897ff #97beff

Monochromatic Colors of #a497ff

#a497ff

Complementary Color

#a497ff #f2ff97

#a497ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a497ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a497ff Color CSS Codes

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

#a497ff Text Font Color

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

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


#a497ff Background Color

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

This div background color is #a497ff


#a497ff Border Color

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

This div border color is #a497ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a497ff

Related Colors


Comments

No comments written yet.

Please login to write comment.