#A196D8

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

Shades of Wistful #A196D8

Tints of Wistful #A196D8

Color information

#A196D8 (or 0xA196D8) is unknown color: approx Wistful. HEX triplet: A1, 96 and D8. RGB value is (161,150,216). Sum of RGB (Red+Green+Blue) = 161+150+216=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #A196D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196D8 is #5E6927. Grayscale: #A0A0A0. Windows color (decimal): -6187304 or 14194337. OLE color: 14194337.

HSL color Cylindrical-coordinate representation of color #A196D8: hue angle of 250º degrees, saturation: 0.46, 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 #A196D8 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161150216-
CMYK0.250.3100.15
HSL250º45.83%71.76%-
HSV(B)250º30.56%84.71%-
XYZ3834.3569.59-
YUV160.81159.14128.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.55%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 216 (84.77% from 255) = 40.99%
R=30.55%
G=28.46%
B=40.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611502160.250.3100.1525045.8371.76
HexA196D8191F0Ffa2e48
Octal241226330313701737256110
Binary101000011001011011011000110011111101111111110101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196D8; }

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

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

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

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

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

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

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

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