#A097FA

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

Shades of Wistful #A097FA

Tints of Wistful #A097FA

Color information

#A097FA (or 0xA097FA) is unknown color: approx Wistful. HEX triplet: A0, 97 and FA. RGB value is (160,151,250). Sum of RGB (Red+Green+Blue) = 160+151+250=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #A097FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A097FA is #5F6805. Grayscale: #A4A4A4. Windows color (decimal): -6252550 or 16422816. OLE color: 16422816.

HSL color Cylindrical-coordinate representation of color #A097FA: hue angle of 245.45º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A097FA is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160151250-
CMYK0.360.4000.02
HSL245.45º90.83%78.63%-
HSV(B)245.45º39.6%98.04%-
XYZ42.8236.5195.23-
YUV164.98175.98124.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.52%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=28.52%
G=26.92%
B=44.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601512500.360.4000.02245.4590.8378.63
HexA097FA242802f55b4f
Octal240227372445002365133117
Binary1010000010010111111110101001001010000101111010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A097FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A097FA; }

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

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

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

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

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

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

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

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