#A196CE

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

Shades of Wistful #A196CE

Tints of Wistful #A196CE

Color information

#A196CE (or 0xA196CE) is unknown color: approx Wistful. HEX triplet: A1, 96 and CE. RGB value is (161,150,206). Sum of RGB (Red+Green+Blue) = 161+150+206=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #A196CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196CE is #5E6931. Grayscale: #9F9F9F. Windows color (decimal): -6187314 or 13538977. OLE color: 13538977.

HSL color Cylindrical-coordinate representation of color #A196CE: hue angle of 251.79º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A196CE is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161150206-
CMYK0.220.2700.19
HSL251.79º36.36%69.8%-
HSV(B)251.79º27.18%80.78%-
XYZ36.7433.8562.99-
YUV159.67154.14128.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=31.14%
G=29.01%
B=39.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611502060.220.2700.19251.7936.3669.8
HexA196CE161B013fc2446
Octal241226316263302337444106
Binary1010000110010110110011101011011011010011111111001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196CE; }

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

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

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

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

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

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

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

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