Color Hex Logo

#a197db Color Hex

#A197DB
(161,151,219)
0 Favorites   0 Comments

Color spaces of #a197db

RGB 161151219
HSL0.690.490.73
HSV249°31°86°
CMYK 0.260.310.00   0.14
XYZ38.550734.824871.7078
Yxy34.82480.26570.2400
Hunter Lab59.012513.3355-30.7362
CIE-Lab65.612018.3372-33.2961

#a197db color RGB value is (161,151,219).

#a197db hex color red value is 161, green value is 151 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a197db hue: 0.69 , saturation: 0.49 and the lightness value of a197db is 0.73.

The process color (four color CMYK) of #a197db color hex is 0.26, 0.31, 0.00, 0.14. Web safe color of #a197db is #9999cc. Color #a197db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010111 11011011
Octal 241 227 333
Decimal 161 151 219
Hex A1 97 DB

RGB Percentages of Color #a197db

%30.32
%28.44
%41.24

CMYK Percentages of Color #a197db

%26
%31
%0
%14

Triadic Colors of #a197db

#a197db #dba197 #97dba1

Analogous Colors of #a197db

#a197db #c397db #97afdb

Monochromatic Colors of #a197db

#a197db

Complementary Color

#a197db #d1db97

#a197db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a197db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a197db Color CSS Codes

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

#a197db Text Font Color

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

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


#a197db Background Color

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

This div background color is #a197db


#a197db Border Color

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

This div border color is #a197db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,151,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a197db


Comments

No comments written yet.

Please login to write comment.