#A197F2

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

Shades of Wistful #A197F2

Tints of Wistful #A197F2

Color information

#A197F2 (or 0xA197F2) is unknown color: approx Wistful. HEX triplet: A1, 97 and F2. RGB value is (161,151,242). Sum of RGB (Red+Green+Blue) = 161+151+242=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #A197F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A197F2 is #5E680D. Grayscale: #A4A4A4. Windows color (decimal): -6187022 or 15898529. OLE color: 15898529.

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

Color convert

RGB161151242-
CMYK0.330.3800.05
HSL246.59º77.78%77.06%-
HSV(B)246.59º37.6%94.9%-
XYZ41.7936.1288.77-
YUV164.36171.81125.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 151 (59.38% from 255) = 27.26%
BLUE value IS 242 (94.92% from 255) = 43.68%
R=29.06%
G=27.26%
B=43.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1611512420.330.3800.05246.5977.7877.06
HexA197F2212605f74e4d
Octal241227362414605367116115
Binary10100001100101111111001010000110011001011111011110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A197F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A197F2; }

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

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

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

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

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

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

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

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