#A197DB

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

Shades of Wistful #A197DB

Tints of Wistful #A197DB

Color information

#A197DB (or 0xA197DB) is unknown color: approx Wistful. HEX triplet: A1, 97 and DB. RGB value is (161,151,219). Sum of RGB (Red+Green+Blue) = 161+151+219=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #A197DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197DB is #5E6824. Grayscale: #A1A1A1. Windows color (decimal): -6187045 or 14391201. OLE color: 14391201.

HSL color Cylindrical-coordinate representation of color #A197DB: hue angle of 248.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A197DB is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161151219-
CMYK0.260.3100.14
HSL248.82º48.57%72.55%-
HSV(B)248.82º31.05%85.88%-
XYZ38.5534.8271.71-
YUV161.74160.31127.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 219 (85.94% from 255) = 41.24%
R=30.32%
G=28.44%
B=41.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611512190.260.3100.14248.8248.5772.55
HexA197DB1A1F0Ef93149
Octal241227333323701637161111
Binary101000011001011111011011110101111101110111110011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197DB; }

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

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

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

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

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

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

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

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