#A196C7

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

Shades of Wistful #A196C7

Tints of Wistful #A196C7

Color information

#A196C7 (or 0xA196C7) is unknown color: approx Wistful. HEX triplet: A1, 96 and C7. RGB value is (161,150,199). Sum of RGB (Red+Green+Blue) = 161+150+199=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 199 - color contains mainly: blue. Hex color #A196C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196C7 is #5E6938. Grayscale: #9E9E9E. Windows color (decimal): -6187321 or 13080225. OLE color: 13080225.

HSL color Cylindrical-coordinate representation of color #A196C7: hue angle of 253.47º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A196C7 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB161150199-
CMYK0.190.2500.22
HSL253.47º30.43%68.43%-
HSV(B)253.47º24.62%78.04%-
XYZ35.9133.5158.61-
YUV158.88150.64129.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 150 (58.98% from 255) = 29.41%
BLUE value IS 199 (78.12% from 255) = 39.02%
R=31.57%
G=29.41%
B=39.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611501990.190.2500.22253.4730.4368.43
HexA196C71319016fd1e44
Octal241226307233102637536104
Binary101000011001011011000111100111100101011011111101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196C7; }

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

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

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

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

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

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

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

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