#A196D7

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

Shades of Wistful #A196D7

Tints of Wistful #A196D7

Color information

#A196D7 (or 0xA196D7) is unknown color: approx Wistful. HEX triplet: A1, 96 and D7. RGB value is (161,150,215). Sum of RGB (Red+Green+Blue) = 161+150+215=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #A196D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196D7 is #5E6928. Grayscale: #A0A0A0. Windows color (decimal): -6187305 or 14128801. OLE color: 14128801.

HSL color Cylindrical-coordinate representation of color #A196D7: hue angle of 250.15º 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 #A196D7 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161150215-
CMYK0.250.3000.16
HSL250.15º44.83%71.57%-
HSV(B)250.15º30.23%84.31%-
XYZ37.8734.368.91-
YUV160.7158.64128.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 215 (84.38% from 255) = 40.87%
R=30.61%
G=28.52%
B=40.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611502150.250.3000.16250.1544.8371.57
HexA196D7191E010fa2d48
Octal241226327313602037255110
Binary1010000110010110110101111100111110010000111110101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196D7; }

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

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

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

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

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

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

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

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