#A197F1

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

Shades of Wistful #A197F1

Tints of Wistful #A197F1

Color information

#A197F1 (or 0xA197F1) is unknown color: approx Wistful. HEX triplet: A1, 97 and F1. RGB value is (161,151,241). Sum of RGB (Red+Green+Blue) = 161+151+241=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #A197F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A197F1 is #5E680E. Grayscale: #A3A3A3. Windows color (decimal): -6187023 or 15832993. OLE color: 15832993.

HSL color Cylindrical-coordinate representation of color #A197F1: hue angle of 246.67º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A197F1 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161151241-
CMYK0.330.3700.05
HSL246.67º76.27%76.86%-
HSV(B)246.67º37.34%94.51%-
XYZ41.6436.0687.98-
YUV164.25171.31125.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 151 (59.38% from 255) = 27.31%
BLUE value IS 241 (94.53% from 255) = 43.58%
R=29.11%
G=27.31%
B=43.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611512410.330.3700.05246.6776.2776.86
HexA197F1212505f74c4d
Octal241227361414505367114115
Binary10100001100101111111000110000110010101011111011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197F1; }

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

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

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

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

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

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

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

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