#A397FA

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

Shades of Wistful #A397FA

Tints of Wistful #A397FA

Color information

#A397FA (or 0xA397FA) is unknown color: approx Wistful. HEX triplet: A3, 97 and FA. RGB value is (163,151,250). Sum of RGB (Red+Green+Blue) = 163+151+250=564 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.90% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #A397FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A397FA is #5C6805. Grayscale: #A5A5A5. Windows color (decimal): -6055942 or 16422819. OLE color: 16422819.

HSL color Cylindrical-coordinate representation of color #A397FA: hue angle of 247.27º 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 #A397FA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163151250-
CMYK0.350.4000.02
HSL247.27º90.83%78.63%-
HSV(B)247.27º39.6%98.04%-
XYZ43.4336.8295.26-
YUV165.87175.48125.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.90%
GREEN value IS 151 (59.38% from 255) = 26.77%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=28.90%
G=26.77%
B=44.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631512500.350.4000.02247.2790.8378.63
HexA397FA232802f75b4f
Octal243227372435002367133117
Binary1010001110010111111110101000111010000101111011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397FA; }

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

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

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

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

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

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

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

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