#A197D7

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

Shades of Wistful #A197D7

Tints of Wistful #A197D7

Color information

#A197D7 (or 0xA197D7) is unknown color: approx Wistful. HEX triplet: A1, 97 and D7. RGB value is (161,151,215). Sum of RGB (Red+Green+Blue) = 161+151+215=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #A197D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197D7 is #5E6828. Grayscale: #A1A1A1. Windows color (decimal): -6187049 or 14129057. OLE color: 14129057.

HSL color Cylindrical-coordinate representation of color #A197D7: hue angle of 249.38º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A197D7 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161151215-
CMYK0.250.3000.16
HSL249.38º44.44%71.76%-
HSV(B)249.38º29.77%84.31%-
XYZ38.0334.6268.97-
YUV161.29158.31127.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.55%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 215 (84.38% from 255) = 40.80%
R=30.55%
G=28.65%
B=40.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611512150.250.3000.16249.3844.4471.76
HexA197D7191E010f92c48
Octal241227327313602037154110
Binary1010000110010111110101111100111110010000111110011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197D7; }

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

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

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

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

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

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

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

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