#A396D2

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

Shades of Wistful #A396D2

Tints of Wistful #A396D2

Color information

#A396D2 (or 0xA396D2) is unknown color: approx Wistful. HEX triplet: A3, 96 and D2. RGB value is (163,150,210). Sum of RGB (Red+Green+Blue) = 163+150+210=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #A396D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396D2 is #5C692D. Grayscale: #A0A0A0. Windows color (decimal): -6056238 or 13801123. OLE color: 13801123.

HSL color Cylindrical-coordinate representation of color #A396D2: hue angle of 253º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A396D2 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB163150210-
CMYK0.220.2900.18
HSL253º40%70.59%-
HSV(B)253º28.57%82.35%-
XYZ37.6434.2565.6-
YUV160.73155.81129.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.17%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 210 (82.42% from 255) = 40.15%
R=31.17%
G=28.68%
B=40.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1631502100.220.2900.182534070.59
HexA396D2161D012fd2847
Octal243226322263502237550107
Binary1010001110010110110100101011011101010010111111011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A396D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A396D2; }

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

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

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

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

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

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

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

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