Color Hex Logo

#a197ff Color Hex

#A197FF
(161,151,255)
0 Favorites   0 Comments

Color spaces of #a197ff

RGB 161151255
HSL0.681.000.80
HSV246°41°100°
CMYK 0.370.410.00   0.00
XYZ43.814636.930399.4267
Yxy36.93030.24320.2050
Hunter Lab60.770322.3481-54.4655
CIE-Lab67.224727.5184-50.5430

#a197ff color RGB value is (161,151,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010111 11111111
Octal 241 227 377
Decimal 161 151 255
Hex A1 97 FF

RGB Percentages of Color #a197ff

%28.40
%26.63
%44.97

CMYK Percentages of Color #a197ff

%37
%41
%0
%0

Triadic Colors of #a197ff

#a197ff #ffa197 #97ffa1

Analogous Colors of #a197ff

#a197ff #d597ff #97c1ff

Monochromatic Colors of #a197ff

#a197ff

Complementary Color

#a197ff #f5ff97

#a197ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a197ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a197ff Color CSS Codes

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

#a197ff Text Font Color

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

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


#a197ff Background Color

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

This div background color is #a197ff


#a197ff Border Color

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

This div border color is #a197ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a197ff

Related Colors


Comments

No comments written yet.

Please login to write comment.