#A097F1

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

Shades of Wistful #A097F1

Tints of Wistful #A097F1

Color information

#A097F1 (or 0xA097F1) is unknown color: approx Wistful. HEX triplet: A0, 97 and F1. RGB value is (160,151,241). Sum of RGB (Red+Green+Blue) = 160+151+241=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #A097F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A097F1 is #5F680E. Grayscale: #A3A3A3. Windows color (decimal): -6252559 or 15832992. OLE color: 15832992.

HSL color Cylindrical-coordinate representation of color #A097F1: hue angle of 246º 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 #A097F1 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160151241-
CMYK0.340.3700.05
HSL246º76.27%76.86%-
HSV(B)246º37.34%94.51%-
XYZ41.4435.9687.98-
YUV163.95171.48125.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.99%
GREEN value IS 151 (59.38% from 255) = 27.36%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=28.99%
G=27.36%
B=43.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601512410.340.3700.0524676.2776.86
HexA097F1222505f64c4d
Octal240227361424505366114115
Binary10100000100101111111000110001010010101011111011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097F1; }

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

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

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

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

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

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

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

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