#A396FA

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

Shades of Wistful #A396FA

Tints of Wistful #A396FA

Color information

#A396FA (or 0xA396FA) is unknown color: approx Wistful. HEX triplet: A3, 96 and FA. RGB value is (163,150,250). Sum of RGB (Red+Green+Blue) = 163+150+250=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #A396FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A396FA is #5C6905. Grayscale: #A4A4A4. Windows color (decimal): -6056198 or 16422563. OLE color: 16422563.

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

Color convert

RGB163150250-
CMYK0.350.400.02
HSL247.8º90.91%78.43%-
HSV(B)247.8º40%98.04%-
XYZ43.2736.595.21-
YUV165.29175.81126.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.95%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=28.95%
G=26.64%
B=44.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631502500.350.400.02247.890.9178.43
HexA396FA232802f85b4e
Octal243226372435002370133116
Binary1010001110010110111110101000111010000101111100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A396FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A396FA; }

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

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

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

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

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

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

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

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