#A397F9

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

Shades of Wistful #A397F9

Tints of Wistful #A397F9

Color information

#A397F9 (or 0xA397F9) is unknown color: approx Wistful. HEX triplet: A3, 97 and F9. RGB value is (163,151,249). Sum of RGB (Red+Green+Blue) = 163+151+249=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #A397F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A397F9 is #5C6806. Grayscale: #A5A5A5. Windows color (decimal): -6055943 or 16357283. OLE color: 16357283.

HSL color Cylindrical-coordinate representation of color #A397F9: hue angle of 247.35º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A397F9 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163151249-
CMYK0.350.3900.02
HSL247.35º89.09%78.43%-
HSV(B)247.35º39.36%97.65%-
XYZ43.2736.7694.44-
YUV165.76174.98126.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.95%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 249 (97.66% from 255) = 44.23%
R=28.95%
G=26.82%
B=44.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631512490.350.3900.02247.3589.0978.43
HexA397F9232702f7594e
Octal243227371434702367131116
Binary1010001110010111111110011000111001110101111011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397F9; }

 p { color: rgb(163,151,249); }

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

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

 a { background-color: rgb(163,151,249); }

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

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

 span { border-color: rgb(163,151,249); }

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