#A196DA

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

Shades of Wistful #A196DA

Tints of Wistful #A196DA

Color information

#A196DA (or 0xA196DA) is unknown color: approx Wistful. HEX triplet: A1, 96 and DA. RGB value is (161,150,218). Sum of RGB (Red+Green+Blue) = 161+150+218=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #A196DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196DA is #5E6925. Grayscale: #A0A0A0. Windows color (decimal): -6187302 or 14325409. OLE color: 14325409.

HSL color Cylindrical-coordinate representation of color #A196DA: hue angle of 249.71º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A196DA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161150218-
CMYK0.260.3100.15
HSL249.71º47.89%72.16%-
HSV(B)249.71º31.19%85.49%-
XYZ38.2634.4570.96-
YUV161.04160.14127.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=30.43%
G=28.36%
B=41.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611502180.260.3100.15249.7147.8972.16
HexA196DA1A1F0Ffa3048
Octal241226332323701737260110
Binary101000011001011011011010110101111101111111110101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196DA; }

 p { color: rgb(161,150,218); }

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

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

 a { background-color: rgb(161,150,218); }

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

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

 span { border-color: rgb(161,150,218); }

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