#A396F9

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

Shades of Wistful #A396F9

Tints of Wistful #A396F9

Color information

#A396F9 (or 0xA396F9) is unknown color: approx Wistful. HEX triplet: A3, 96 and F9. RGB value is (163,150,249). Sum of RGB (Red+Green+Blue) = 163+150+249=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #A396F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A396F9 is #5C6906. Grayscale: #A4A4A4. Windows color (decimal): -6056199 or 16357027. OLE color: 16357027.

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

Color convert

RGB163150249-
CMYK0.350.4000.02
HSL247.88º89.19%78.24%-
HSV(B)247.88º39.76%97.65%-
XYZ43.1136.4494.38-
YUV165.17175.31126.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.00%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 249 (97.66% from 255) = 44.31%
R=29.00%
G=26.69%
B=44.31%

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
Decimal1631502490.350.4000.02247.8889.1978.24
HexA396F9232802f8594e
Octal243226371435002370131116
Binary1010001110010110111110011000111010000101111100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A396F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A396F9; }

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

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

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

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

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

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

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

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