#A197DA

Color #A197DA Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #A197DA

Tints of Wistful #A197DA

Color information

#A197DA (or 0xA197DA) is unknown color: approx Wistful. HEX triplet: A1, 97 and DA. RGB value is (161,151,218). Sum of RGB (Red+Green+Blue) = 161+151+218=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #A197DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197DA is #5E6825. Grayscale: #A1A1A1. Windows color (decimal): -6187046 or 14325665. OLE color: 14325665.

HSL color Cylindrical-coordinate representation of color #A197DA: hue angle of 248.96º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A197DA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161151218-
CMYK0.260.3100.15
HSL248.96º47.52%72.35%-
HSV(B)248.96º30.73%85.49%-
XYZ38.4234.7771.02-
YUV161.63159.81127.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 30.38%
GREEN value IS 151 (59.38% from 255) = 28.49%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=30.38%
G=28.49%
B=41.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611512180.260.3100.15248.9647.5272.35
HexA197DA1A1F0Ff93048
Octal241227332323701737160110
Binary101000011001011111011010110101111101111111110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197DA; }

 p { color: rgb(161,151,218); }

 H1.HeaderClassName
 {
   color: #A197DA;
 }
 .AnyTagClassName
 {
   color: #A197DA;
 }
</style>
background-color css

<style>
 a { background-color: #A197DA; }

 a { background-color: rgb(161,151,218); }

 div.DivClassName
 {
   background-color: #A197DA;
 }
 .BgClassName
 {
   background-color: #A197DA;
 }
</style>
border-color css

<style>
 span { border-color: #A197DA; }

 span { border-color: rgb(161,151,218); }

 td.TdClassName
 {
   border-color: #A197DA;
 }
 .TagClassName
 {
   border-color: #A197DA;
 }
</style>