#A396D0

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

Shades of Wistful #A396D0

Tints of Wistful #A396D0

Color information

#A396D0 (or 0xA396D0) is unknown color: approx Wistful. HEX triplet: A3, 96 and D0. RGB value is (163,150,208). Sum of RGB (Red+Green+Blue) = 163+150+208=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #A396D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396D0 is #5C692F. Grayscale: #A0A0A0. Windows color (decimal): -6056240 or 13670051. OLE color: 13670051.

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

Color convert

RGB163150208-
CMYK0.220.2800.18
HSL253.45º38.16%70.2%-
HSV(B)253.45º27.88%81.57%-
XYZ37.434.1564.3-
YUV160.5154.81129.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 208 (81.64% from 255) = 39.92%
R=31.29%
G=28.79%
B=39.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1631502080.220.2800.18253.4538.1670.2
HexA396D0161C012fd2646
Octal243226320263402237546106
Binary1010001110010110110100001011011100010010111111011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A396D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A396D0; }

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

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

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

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

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

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

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

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