Color Hex Logo

#a197dd Color Hex

#A197DD
(161,151,221)
0 Favorites   0 Comments

Color spaces of #a197dd

RGB 161151221
HSL0.690.510.73
HSV249°32°87°
CMYK 0.270.320.00   0.13
XYZ38.815734.930773.1031
Yxy34.93070.26430.2379
Hunter Lab59.102213.8020-31.9638
CIE-Lab65.694718.8271-34.2750

#a197dd color RGB value is (161,151,221).

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

The process color (four color CMYK) of #a197dd color hex is 0.27, 0.32, 0.00, 0.13. Web safe color of #a197dd is #9999cc. Color #a197dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010111 11011101
Octal 241 227 335
Decimal 161 151 221
Hex A1 97 DD

RGB Percentages of Color #a197dd

%30.21
%28.33
%41.46

CMYK Percentages of Color #a197dd

%27
%32
%0
%13

Triadic Colors of #a197dd

#a197dd #dda197 #97dda1

Analogous Colors of #a197dd

#a197dd #c497dd #97b0dd

Monochromatic Colors of #a197dd

#a197dd

Complementary Color

#a197dd #d3dd97

#a197dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a197dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a197dd Color CSS Codes

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

#a197dd Text Font Color

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

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


#a197dd Background Color

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

This div background color is #a197dd


#a197dd Border Color

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

This div border color is #a197dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a197dd


Comments

No comments written yet.

Please login to write comment.