#A396D7

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

Shades of Wistful #A396D7

Tints of Wistful #A396D7

Color information

#A396D7 (or 0xA396D7) is unknown color: approx Wistful. HEX triplet: A3, 96 and D7. RGB value is (163,150,215). Sum of RGB (Red+Green+Blue) = 163+150+215=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #A396D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396D7 is #5C6928. Grayscale: #A1A1A1. Windows color (decimal): -6056233 or 14128803. OLE color: 14128803.

HSL color Cylindrical-coordinate representation of color #A396D7: hue angle of 252º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A396D7 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163150215-
CMYK0.240.3000.16
HSL252º44.83%71.57%-
HSV(B)252º30.23%84.31%-
XYZ38.2834.5168.93-
YUV161.3158.31129.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.87%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 215 (84.38% from 255) = 40.72%
R=30.87%
G=28.41%
B=40.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631502150.240.3000.1625244.8371.57
HexA396D7181E010fc2d48
Octal243226327303602037455110
Binary1010001110010110110101111100011110010000111111001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A396D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A396D7; }

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

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

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

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

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

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

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

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