#A396CE

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

Shades of Wistful #A396CE

Tints of Wistful #A396CE

Color information

#A396CE (or 0xA396CE) is unknown color: approx Wistful. HEX triplet: A3, 96 and CE. RGB value is (163,150,206). Sum of RGB (Red+Green+Blue) = 163+150+206=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #A396CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396CE is #5C6931. Grayscale: #A0A0A0. Windows color (decimal): -6056242 or 13538979. OLE color: 13538979.

HSL color Cylindrical-coordinate representation of color #A396CE: hue angle of 253.93º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A396CE is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163150206-
CMYK0.210.2700.19
HSL253.93º36.36%69.8%-
HSV(B)253.93º27.18%80.78%-
XYZ37.1534.0663.01-
YUV160.27153.81129.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.41%
GREEN value IS 150 (58.98% from 255) = 28.90%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=31.41%
G=28.90%
B=39.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631502060.210.2700.19253.9336.3669.8
HexA396CE151B013fe2446
Octal243226316253302337644106
Binary1010001110010110110011101010111011010011111111101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A396CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A396CE; }

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

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

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

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

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

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

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

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